Color Hex Logo

#c98964 Color Hex

#C98964
(201,137,100)
0 Favorites   0 Comments

Color spaces of #c98964

RGB 201137100
HSL0.060.480.59
HSV22°50°79°
CMYK 0.000.320.50   0.21
XYZ35.333331.228916.2221
Yxy31.22890.42680.3772
Hunter Lab55.882815.066121.9068
CIE-Lab62.700420.290529.6643

#c98964 color RGB value is (201,137,100).

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

The process color (four color CMYK) of #c98964 color hex is 0.00, 0.32, 0.50, 0.21. Web safe color of #c98964 is #cc9966. Color #c98964 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001001 01100100
Octal 311 211 144
Decimal 201 137 100
Hex C9 89 64

RGB Percentages of Color #c98964

%45.89
%31.28
%22.83

CMYK Percentages of Color #c98964

%0
%32
%50
%21

Triadic Colors of #c98964

#c98964 #64c989 #8964c9

Analogous Colors of #c98964

#c98964 #c9bc64 #c96472

Monochromatic Colors of #c98964

#c98964

Complementary Color

#c98964 #64a4c9

#c98964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98964 Color CSS Codes

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

#c98964 Text Font Color

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

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


#c98964 Background Color

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

This div background color is #c98964


#c98964 Border Color

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

This div border color is #c98964


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,137,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 #c98964">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98964


Comments

No comments written yet.

Please login to write comment.