Color Hex Logo

#c0767a Color Hex

#C0767A
(192,118,122)
0 Favorites   0 Comments

Color spaces of #c0767a

RGB 192118122
HSL0.990.370.61
HSV357°39°75°
CMYK 0.000.390.36   0.25
XYZ31.729525.568521.6752
Yxy25.56850.40180.3238
Hunter Lab50.565323.51879.9806
CIE-Lab57.625229.502710.1611

#c0767a color RGB value is (192,118,122).

#c0767a hex color red value is 192, green value is 118 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #c0767a hue: 0.99 , saturation: 0.37 and the lightness value of c0767a is 0.61.

The process color (four color CMYK) of #c0767a color hex is 0.00, 0.39, 0.36, 0.25. Web safe color of #c0767a is #cc6666. Color #c0767a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110110 01111010
Octal 300 166 172
Decimal 192 118 122
Hex C0 76 7A

RGB Percentages of Color #c0767a

%44.44
%27.31
%28.24

CMYK Percentages of Color #c0767a

%0
%39
%36
%25

Triadic Colors of #c0767a

#c0767a #7ac076 #767ac0

Analogous Colors of #c0767a

#c0767a #c09776 #c0769f

Monochromatic Colors of #c0767a

#c0767a

Complementary Color

#c0767a #76c0bc

#c0767a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0767a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0767a Color CSS Codes

.mybgcolor {background-color:#c0767a; } 
.myforecolor {color:#c0767a; }
.mybordercolor {border:3px solid #c0767a; }

#c0767a Text Font Color

<p style="color:#c0767a">Text here</p>

This sample text font color is #c0767a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c0767a Background Color

<div style="background-color:#c0767a">
Div content here</div>

This div background color is #c0767a


#c0767a Border Color

<div style="border:3px solid #c0767a">
Div here</div>

This div border color is #c0767a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,118,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0767a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0767a;
  -webkit-box-shadow: 1px 1px 3px 2px #c0767a;
  box-shadow:         1px 1px 3px 2px #c0767a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,118,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c0767a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c0767a;
  -webkit-box-shadow: 1px 1px 3px 2px #c0767a;
  box-shadow:         1px 1px 3px 2px #c0767a;">
Div content here</div>

This div box has shadow with color #c0767a


Comments

No comments written yet.

Please login to write comment.