color codes Logo

#c08897 color codes

#C08897
(192,136,151)
0 Favorites   0 Comments

Color spaces of #c08897

RGB 192136151
HSL0.960.310.64
HSV344°29°75°
CMYK 0.000.290.21   0.25
XYZ36.128331.049233.3671
Yxy31.04920.35930.3088
Hunter Lab55.721818.22073.5015
CIE-Lab62.549123.61880.5904

#c08897 color RGB value is (192,136,151).

#c08897 hex color red value is 192, green value is 136 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #c08897 hue: 0.96 , saturation: 0.31 and the lightness value of c08897 is 0.64.

The process color (four color CMYK) of #c08897 color code is 0.00, 0.29, 0.21, 0.25. Web safe color of #c08897 is #cc9999. Color #c08897 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001000 10010111
Octal 300 210 227
Decimal 192 136 151
Hex C0 88 97

RGB Percentages of Color #c08897

%40.08
%28.39
%31.52

CMYK Percentages of Color #c08897

%0
%29
%21
%25

Triadic Colors of #c08897

#c08897 #97c088 #8897c0

Analogous Colors of #c08897

#c08897 #c09588 #c088b3

Monochromatic Colors of #c08897

#c08897

Complementary Color

#c08897 #88c0b1

#c08897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08897 Color CSS Codes

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

#c08897 Text Font Color

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

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


#c08897 Background Color

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

This div background color is #c08897


#c08897 Border Color

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

This div border color is #c08897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08897


Comments

No comments written yet.

Please login to write comment.