Color Hex Logo

#c89485 Color Hex

#C89485
(200,148,133)
0 Favorites   0 Comments

Color spaces of #c89485

RGB 200148133
HSL0.040.380.65
HSV13°34°78°
CMYK 0.000.260.34   0.22
XYZ38.643035.152626.9387
Yxy35.15260.38360.3490
Hunter Lab59.289612.583514.5639
CIE-Lab65.867317.532115.5951

#c89485 color RGB value is (200,148,133).

#c89485 hex color red value is 200, green value is 148 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #c89485 hue: 0.04 , saturation: 0.38 and the lightness value of c89485 is 0.65.

The process color (four color CMYK) of #c89485 color hex is 0.00, 0.26, 0.34, 0.22. Web safe color of #c89485 is #cc9999. Color #c89485 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010100 10000101
Octal 310 224 205
Decimal 200 148 133
Hex C8 94 85

RGB Percentages of Color #c89485

%41.58
%30.77
%27.65

CMYK Percentages of Color #c89485

%0
%26
%34
%22

Triadic Colors of #c89485

#c89485 #85c894 #9485c8

Analogous Colors of #c89485

#c89485 #c8b685 #c88598

Monochromatic Colors of #c89485

#c89485

Complementary Color

#c89485 #85b9c8

#c89485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c89485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c89485 Color CSS Codes

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

#c89485 Text Font Color

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

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


#c89485 Background Color

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

This div background color is #c89485


#c89485 Border Color

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

This div border color is #c89485


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,148,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c89485; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c89485;
  -webkit-box-shadow: 1px 1px 3px 2px #c89485;
  box-shadow:         1px 1px 3px 2px #c89485; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c89485


Comments

No comments written yet.

Please login to write comment.