Color Hex Logo

#c0cb9d Color Hex

#C0CB9D
(192,203,157)
0 Favorites   0 Comments

Color spaces of #c0cb9d

RGB 192203157
HSL0.210.310.71
HSV74°23°80°
CMYK 0.050.000.23   0.20
XYZ49.180056.352740.1834
Yxy56.35270.33750.3867
Hunter Lab75.0684-14.428120.8105
CIE-Lab79.8141-11.583321.7385

#c0cb9d color RGB value is (192,203,157).

#c0cb9d hex color red value is 192, green value is 203 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #c0cb9d hue: 0.21 , saturation: 0.31 and the lightness value of c0cb9d is 0.71.

The process color (four color CMYK) of #c0cb9d color hex is 0.05, 0.00, 0.23, 0.20. Web safe color of #c0cb9d is #cccc99. Color #c0cb9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001011 10011101
Octal 300 313 235
Decimal 192 203 157
Hex C0 CB 9D

RGB Percentages of Color #c0cb9d

%34.78
%36.78
%28.44

CMYK Percentages of Color #c0cb9d

%5
%0
%23
%20

Triadic Colors of #c0cb9d

#c0cb9d #9dc0cb #cb9dc0

Analogous Colors of #c0cb9d

#c0cb9d #a9cb9d #cbbf9d

Monochromatic Colors of #c0cb9d

#c0cb9d

Complementary Color

#c0cb9d #a89dcb

#c0cb9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0cb9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0cb9d Color CSS Codes

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

#c0cb9d Text Font Color

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

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


#c0cb9d Background Color

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

This div background color is #c0cb9d


#c0cb9d Border Color

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

This div border color is #c0cb9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0cb9d


Comments

No comments written yet.

Please login to write comment.