Color Hex Logo

#c88564 Color Hex

#C88564
(200,133,100)
0 Favorites   0 Comments

Color spaces of #c88564

RGB 200133100
HSL0.060.480.59
HSV20°50°78°
CMYK 0.000.340.50   0.22
XYZ34.507229.974516.0235
Yxy29.97450.42860.3723
Hunter Lab54.749016.694320.9717
CIE-Lab61.632222.070728.2571

#c88564 color RGB value is (200,133,100).

#c88564 hex color red value is 200, green value is 133 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #c88564 hue: 0.06 , saturation: 0.48 and the lightness value of c88564 is 0.59.

The process color (four color CMYK) of #c88564 color hex is 0.00, 0.34, 0.50, 0.22. Web safe color of #c88564 is #cc9966. Color #c88564 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000101 01100100
Octal 310 205 144
Decimal 200 133 100
Hex C8 85 64

RGB Percentages of Color #c88564

%46.19
%30.72
%23.09

CMYK Percentages of Color #c88564

%0
%34
%50
%22

Triadic Colors of #c88564

#c88564 #64c885 #8564c8

Analogous Colors of #c88564

#c88564 #c8b764 #c86475

Monochromatic Colors of #c88564

#c88564

Complementary Color

#c88564 #64a7c8

#c88564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88564 Color CSS Codes

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

#c88564 Text Font Color

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

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


#c88564 Background Color

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

This div background color is #c88564


#c88564 Border Color

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

This div border color is #c88564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88564


Comments

No comments written yet.

Please login to write comment.