Color Hex Logo

#c09cb6 Color Hex

#C09CB6
(192,156,182)
0 Favorites   0 Comments

Color spaces of #c09cb6

RGB 192156182
HSL0.880.220.68
HSV317°19°75°
CMYK 0.000.190.05   0.25
XYZ42.070238.360849.4430
Yxy38.36080.32390.2954
Hunter Lab61.936112.8583-3.9754
CIE-Lab68.285717.7497-8.4050

#c09cb6 color RGB value is (192,156,182).

#c09cb6 hex color red value is 192, green value is 156 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #c09cb6 hue: 0.88 , saturation: 0.22 and the lightness value of c09cb6 is 0.68.

The process color (four color CMYK) of #c09cb6 color hex is 0.00, 0.19, 0.05, 0.25. Web safe color of #c09cb6 is #cc99cc. Color #c09cb6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011100 10110110
Octal 300 234 266
Decimal 192 156 182
Hex C0 9C B6

RGB Percentages of Color #c09cb6

%36.23
%29.43
%34.34

CMYK Percentages of Color #c09cb6

%0
%19
%5
%25

Triadic Colors of #c09cb6

#c09cb6 #b6c09c #9cb6c0

Analogous Colors of #c09cb6

#c09cb6 #c09ca4 #b89cc0

Monochromatic Colors of #c09cb6

#c09cb6

Complementary Color

#c09cb6 #9cc0a6

#c09cb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09cb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09cb6 Color CSS Codes

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

#c09cb6 Text Font Color

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

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


#c09cb6 Background Color

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

This div background color is #c09cb6


#c09cb6 Border Color

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

This div border color is #c09cb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09cb6


Comments

No comments written yet.

Please login to write comment.