Color Hex Logo

#c0a61d Color Hex

#C0A61D
(192,166,29)
0 Favorites   0 Comments

Color spaces of #c0a61d

RGB 19216629
HSL0.140.740.43
HSV50°85°75°
CMYK 0.000.140.85   0.25
XYZ35.596238.56766.7306
Yxy38.56760.44000.4768
Hunter Lab62.1028-6.367037.0462
CIE-Lab68.4369-3.546366.5018

#c0a61d color RGB value is (192,166,29).

#c0a61d hex color red value is 192, green value is 166 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #c0a61d hue: 0.14 , saturation: 0.74 and the lightness value of c0a61d is 0.43.

The process color (four color CMYK) of #c0a61d color hex is 0.00, 0.14, 0.85, 0.25. Web safe color of #c0a61d is #cc9933. Color #c0a61d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10100110 00011101
Octal 300 246 35
Decimal 192 166 29
Hex C0 A6 1D

RGB Percentages of Color #c0a61d

%49.61
%42.89
%7.49

CMYK Percentages of Color #c0a61d

%0
%14
%85
%25

Triadic Colors of #c0a61d

#c0a61d #1dc0a6 #a61dc0

Analogous Colors of #c0a61d

#c0a61d #89c01d #c0551d

Monochromatic Colors of #c0a61d

#c0a61d

Complementary Color

#c0a61d #1d37c0

#c0a61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0a61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0a61d Color CSS Codes

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

#c0a61d Text Font Color

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

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


#c0a61d Background Color

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

This div background color is #c0a61d


#c0a61d Border Color

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

This div border color is #c0a61d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,166,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0a61d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0a61d;
  -webkit-box-shadow: 1px 1px 3px 2px #c0a61d;
  box-shadow:         1px 1px 3px 2px #c0a61d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,166,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0a61d

#c0a61d Color Palettes


Comments

No comments written yet.

Please login to write comment.