Color Hex Logo

#c0898b Color Hex

#C0898B
(192,137,139)
0 Favorites   0 Comments

Color spaces of #c0898b

RGB 192137139
HSL0.990.300.65
HSV358°29°75°
CMYK 0.000.290.28   0.25
XYZ35.344130.961928.5395
Yxy30.96190.37260.3264
Hunter Lab55.643416.00538.5406
CIE-Lab62.475521.29677.3078

#c0898b color RGB value is (192,137,139).

#c0898b hex color red value is 192, green value is 137 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #c0898b hue: 0.99 , saturation: 0.30 and the lightness value of c0898b is 0.65.

The process color (four color CMYK) of #c0898b color hex is 0.00, 0.29, 0.28, 0.25. Web safe color of #c0898b is #cc9999. Color #c0898b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001001 10001011
Octal 300 211 213
Decimal 192 137 139
Hex C0 89 8B

RGB Percentages of Color #c0898b

%41.03
%29.27
%29.70

CMYK Percentages of Color #c0898b

%0
%29
%28
%25

Triadic Colors of #c0898b

#c0898b #8bc089 #898bc0

Analogous Colors of #c0898b

#c0898b #c0a389 #c089a7

Monochromatic Colors of #c0898b

#c0898b

Complementary Color

#c0898b #89c0be

#c0898b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0898b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0898b Color CSS Codes

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

#c0898b Text Font Color

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

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


#c0898b Background Color

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

This div background color is #c0898b


#c0898b Border Color

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

This div border color is #c0898b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0898b


Comments

No comments written yet.

Please login to write comment.