Color Hex Logo

#c0b6cb Color Hex

#C0B6CB
(192,182,203)
0 Favorites   0 Comments

Color spaces of #c0b6cb

RGB 192182203
HSL0.750.170.75
HSV269°10°80°
CMYK 0.050.100.00   0.20
XYZ49.245748.974263.3573
Yxy48.97420.30480.3031
Hunter Lab69.98163.1419-4.6907
CIE-Lab75.43537.4697-9.3244

#c0b6cb color RGB value is (192,182,203).

#c0b6cb hex color red value is 192, green value is 182 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c0b6cb hue: 0.75 , saturation: 0.17 and the lightness value of c0b6cb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10110110 11001011
Octal 300 266 313
Decimal 192 182 203
Hex C0 B6 CB

RGB Percentages of Color #c0b6cb

%33.28
%31.54
%35.18

CMYK Percentages of Color #c0b6cb

%5
%10
%0
%20

Triadic Colors of #c0b6cb

#c0b6cb #cbc0b6 #b6cbc0

Analogous Colors of #c0b6cb

#c0b6cb #cbb6cb #b6b7cb

Monochromatic Colors of #c0b6cb

#c0b6cb

Complementary Color

#c0b6cb #c1cbb6

#c0b6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0b6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0b6cb Color CSS Codes

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

#c0b6cb Text Font Color

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

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


#c0b6cb Background Color

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

This div background color is #c0b6cb


#c0b6cb Border Color

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

This div border color is #c0b6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0b6cb


Comments

No comments written yet.

Please login to write comment.