Color Hex Logo

#c08a7a Color Hex

#C08A7A
(192,138,122)
0 Favorites   0 Comments

Color spaces of #c08a7a

RGB 192138122
HSL0.040.360.62
HSV14°36°75°
CMYK 0.000.280.36   0.25
XYZ34.339630.788622.5452
Yxy30.78860.39170.3512
Hunter Lab55.487513.365414.7510
CIE-Lab62.328818.489916.7287

#c08a7a color RGB value is (192,138,122).

#c08a7a hex color red value is 192, green value is 138 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #c08a7a hue: 0.04 , saturation: 0.36 and the lightness value of c08a7a is 0.62.

The process color (four color CMYK) of #c08a7a color hex is 0.00, 0.28, 0.36, 0.25. Web safe color of #c08a7a is #cc9966. Color #c08a7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001010 01111010
Octal 300 212 172
Decimal 192 138 122
Hex C0 8A 7A

RGB Percentages of Color #c08a7a

%42.48
%30.53
%26.99

CMYK Percentages of Color #c08a7a

%0
%28
%36
%25

Triadic Colors of #c08a7a

#c08a7a #7ac08a #8a7ac0

Analogous Colors of #c08a7a

#c08a7a #c0ad7a #c07a8d

Monochromatic Colors of #c08a7a

#c08a7a

Complementary Color

#c08a7a #7ab0c0

#c08a7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08a7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08a7a Color CSS Codes

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

#c08a7a Text Font Color

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

This sample text font color is #c08a7a
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.


#c08a7a Background Color

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

This div background color is #c08a7a


#c08a7a Border Color

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

This div border color is #c08a7a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,138,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 #c08a7a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08a7a


Comments

No comments written yet.

Please login to write comment.