Color Hex Logo

#c8a12e Color Hex

#C8A12E
(200,161,46)
0 Favorites   0 Comments

Color spaces of #c8a12e

RGB 20016146
HSL0.120.630.48
HSV45°77°78°
CMYK 0.000.200.77   0.22
XYZ37.057437.96647.9599
Yxy37.96640.44660.4575
Hunter Lab61.6169-0.476735.4725
CIE-Lab67.99583.220261.1936

#c8a12e color RGB value is (200,161,46).

#c8a12e hex color red value is 200, green value is 161 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c8a12e hue: 0.12 , saturation: 0.63 and the lightness value of c8a12e is 0.48.

The process color (four color CMYK) of #c8a12e color hex is 0.00, 0.20, 0.77, 0.22. Web safe color of #c8a12e is #cc9933. Color #c8a12e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10100001 00101110
Octal 310 241 56
Decimal 200 161 46
Hex C8 A1 2E

RGB Percentages of Color #c8a12e

%49.14
%39.56
%11.30

CMYK Percentages of Color #c8a12e

%0
%20
%77
%22

Triadic Colors of #c8a12e

#c8a12e #2ec8a1 #a12ec8

Analogous Colors of #c8a12e

#c8a12e #a2c82e #c8542e

Monochromatic Colors of #c8a12e

#c8a12e

Complementary Color

#c8a12e #2e55c8

#c8a12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8a12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8a12e Color CSS Codes

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

#c8a12e Text Font Color

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

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


#c8a12e Background Color

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

This div background color is #c8a12e


#c8a12e Border Color

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

This div border color is #c8a12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8a12e


Comments

No comments written yet.

Please login to write comment.