Color Hex Logo

#c0cbcb Color Hex

#C0CBCB
(192,203,203)
0 Favorites   0 Comments

Color spaces of #c0cbcb

RGB 192203203
HSL0.500.100.77
HSV180°80°
CMYK 0.050.000.00   0.20
XYZ53.873758.230164.9000
Yxy58.23010.30440.3290
Hunter Lab76.3086-7.51962.9903
CIE-Lab80.8666-3.7356-1.3045

#c0cbcb color RGB value is (192,203,203).

#c0cbcb hex color red value is 192, green value is 203 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c0cbcb hue: 0.50 , saturation: 0.10 and the lightness value of c0cbcb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001011 11001011
Octal 300 313 313
Decimal 192 203 203
Hex C0 CB CB

RGB Percentages of Color #c0cbcb

%32.11
%33.95
%33.95

CMYK Percentages of Color #c0cbcb

%5
%0
%0
%20

Triadic Colors of #c0cbcb

#c0cbcb #cbc0cb #cbcbc0

Analogous Colors of #c0cbcb

#c0cbcb #c0c6cb #c0cbc6

Monochromatic Colors of #c0cbcb

#c0cbcb

Complementary Color

#c0cbcb #cbc0c0

#c0cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0cbcb Color CSS Codes

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

#c0cbcb Text Font Color

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

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


#c0cbcb Background Color

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

This div background color is #c0cbcb


#c0cbcb Border Color

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

This div border color is #c0cbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0cbcb


Comments

No comments written yet.

Please login to write comment.