Color Hex Logo

#c0b08c Color Hex

#C0B08C
(192,176,140)
0 Favorites   0 Comments

Color spaces of #c0b08c

RGB 192176140
HSL0.120.290.65
HSV42°27°75°
CMYK 0.000.080.27   0.25
XYZ41.997244.150631.1194
Yxy44.15060.35810.3765
Hunter Lab66.4459-3.459318.7442
CIE-Lab72.32900.100920.5506

#c0b08c color RGB value is (192,176,140).

#c0b08c hex color red value is 192, green value is 176 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #c0b08c hue: 0.12 , saturation: 0.29 and the lightness value of c0b08c is 0.65.

The process color (four color CMYK) of #c0b08c color hex is 0.00, 0.08, 0.27, 0.25. Web safe color of #c0b08c is #cc9999. Color #c0b08c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10110000 10001100
Octal 300 260 214
Decimal 192 176 140
Hex C0 B0 8C

RGB Percentages of Color #c0b08c

%37.80
%34.65
%27.56

CMYK Percentages of Color #c0b08c

%0
%8
%27
%25

Triadic Colors of #c0b08c

#c0b08c #8cc0b0 #b08cc0

Analogous Colors of #c0b08c

#c0b08c #b6c08c #c0968c

Monochromatic Colors of #c0b08c

#c0b08c

Complementary Color

#c0b08c #8c9cc0

#c0b08c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0b08c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0b08c Color CSS Codes

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

#c0b08c Text Font Color

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

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


#c0b08c Background Color

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

This div background color is #c0b08c


#c0b08c Border Color

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

This div border color is #c0b08c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0b08c


Comments

No comments written yet.

Please login to write comment.