Color Hex Logo

#c8885d Color Hex

#C8885D
(200,136,93)
0 Favorites   0 Comments

Color spaces of #c8885d

RGB 20013693
HSL0.070.490.57
HSV24°54°78°
CMYK 0.000.320.54   0.22
XYZ34.599430.678014.4538
Yxy30.67800.43400.3848
Hunter Lab55.387714.576223.2993
CIE-Lab62.234919.790532.8633

#c8885d color RGB value is (200,136,93).

#c8885d hex color red value is 200, green value is 136 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #c8885d hue: 0.07 , saturation: 0.49 and the lightness value of c8885d is 0.57.

The process color (four color CMYK) of #c8885d color hex is 0.00, 0.32, 0.54, 0.22. Web safe color of #c8885d is #cc9966. Color #c8885d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001000 01011101
Octal 310 210 135
Decimal 200 136 93
Hex C8 88 5D

RGB Percentages of Color #c8885d

%46.62
%31.70
%21.68

CMYK Percentages of Color #c8885d

%0
%32
%54
%22

Triadic Colors of #c8885d

#c8885d #5dc888 #885dc8

Analogous Colors of #c8885d

#c8885d #c8be5d #c85d68

Monochromatic Colors of #c8885d

#c8885d

Complementary Color

#c8885d #5d9dc8

#c8885d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8885d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8885d Color CSS Codes

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

#c8885d Text Font Color

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

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


#c8885d Background Color

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

This div background color is #c8885d


#c8885d Border Color

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

This div border color is #c8885d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8885d


Comments

No comments written yet.

Please login to write comment.