Color Hex Logo

#c8884d Color Hex

#C8884D
(200,136,77)
0 Favorites   0 Comments

Color spaces of #c8884d

RGB 20013677
HSL0.080.530.54
HSV29°62°78°
CMYK 0.000.320.62   0.22
XYZ33.963130.423511.1034
Yxy30.42350.44990.4030
Hunter Lab55.157513.385326.6750
CIE-Lab62.017918.523541.0746

#c8884d color RGB value is (200,136,77).

#c8884d hex color red value is 200, green value is 136 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #c8884d hue: 0.08 , saturation: 0.53 and the lightness value of c8884d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001000 01001101
Octal 310 210 115
Decimal 200 136 77
Hex C8 88 4D

RGB Percentages of Color #c8884d

%48.43
%32.93
%18.64

CMYK Percentages of Color #c8884d

%0
%32
%62
%22

Triadic Colors of #c8884d

#c8884d #4dc888 #884dc8

Analogous Colors of #c8884d

#c8884d #c8c64d #c84d4f

Monochromatic Colors of #c8884d

#c8884d

Complementary Color

#c8884d #4d8dc8

#c8884d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8884d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8884d Color CSS Codes

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

#c8884d Text Font Color

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

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


#c8884d Background Color

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

This div background color is #c8884d


#c8884d Border Color

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

This div border color is #c8884d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8884d


Comments

No comments written yet.

Please login to write comment.