Color Hex Logo

#c0a615 Color Hex

#C0A615
(192,166,21)
0 Favorites   0 Comments

Color spaces of #c0a615

RGB 19216621
HSL0.140.800.42
HSV51°89°75°
CMYK 0.000.140.89   0.25
XYZ35.509838.53306.2755
Yxy38.53300.44210.4798
Hunter Lab62.0750-6.520837.4585
CIE-Lab68.4116-3.729368.2824

#c0a615 color RGB value is (192,166,21).

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

The process color (four color CMYK) of #c0a615 color hex is 0.00, 0.14, 0.89, 0.25. Web safe color of #c0a615 is #cc9900. Color #c0a615 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10100110 00010101
Octal 300 246 25
Decimal 192 166 21
Hex C0 A6 15

RGB Percentages of Color #c0a615

%50.66
%43.80
%5.54

CMYK Percentages of Color #c0a615

%0
%14
%89
%25

Triadic Colors of #c0a615

#c0a615 #15c0a6 #a615c0

Analogous Colors of #c0a615

#c0a615 #85c015 #c05115

Monochromatic Colors of #c0a615

#c0a615

Complementary Color

#c0a615 #152fc0

#c0a615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0a615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0a615 Color CSS Codes

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

#c0a615 Text Font Color

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

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


#c0a615 Background Color

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

This div background color is #c0a615


#c0a615 Border Color

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

This div border color is #c0a615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0a615


Comments

No comments written yet.

Please login to write comment.