Color Hex Logo

#c8964a Color Hex

#C8964A
(200,150,74)
0 Favorites   0 Comments

Color spaces of #c8964a

RGB 20015074
HSL0.100.530.54
HSV36°63°78°
CMYK 0.000.250.63   0.22
XYZ35.961834.586511.2590
Yxy34.58650.43960.4228
Hunter Lab58.81036.232629.8164
CIE-Lab65.425510.663746.5152

#c8964a color RGB value is (200,150,74).

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

The process color (four color CMYK) of #c8964a color hex is 0.00, 0.25, 0.63, 0.22. Web safe color of #c8964a is #cc9933. Color #c8964a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010110 01001010
Octal 310 226 112
Decimal 200 150 74
Hex C8 96 4A

RGB Percentages of Color #c8964a

%47.17
%35.38
%17.45

CMYK Percentages of Color #c8964a

%0
%25
%63
%22

Triadic Colors of #c8964a

#c8964a #4ac896 #964ac8

Analogous Colors of #c8964a

#c8964a #bbc84a #c8574a

Monochromatic Colors of #c8964a

#c8964a

Complementary Color

#c8964a #4a7cc8

#c8964a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8964a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8964a Color CSS Codes

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

#c8964a Text Font Color

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

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


#c8964a Background Color

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

This div background color is #c8964a


#c8964a Border Color

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

This div border color is #c8964a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8964a


Comments

No comments written yet.

Please login to write comment.