Color Hex Logo

#c0990f Color Hex

#C0990F
(192,153,15)
0 Favorites   0 Comments

Color spaces of #c0990f

RGB 19215315
HSL0.130.860.41
HSV47°92°75°
CMYK 0.000.200.92   0.25
XYZ33.215734.02345.2685
Yxy34.02340.45810.4692
Hunter Lab58.3296-0.430235.4755
CIE-Lab64.98113.129066.7431

#c0990f color RGB value is (192,153,15).

#c0990f hex color red value is 192, green value is 153 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #c0990f hue: 0.13 , saturation: 0.86 and the lightness value of c0990f is 0.41.

The process color (four color CMYK) of #c0990f color hex is 0.00, 0.20, 0.92, 0.25. Web safe color of #c0990f is #cc9900. Color #c0990f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011001 00001111
Octal 300 231 17
Decimal 192 153 15
Hex C0 99 F

RGB Percentages of Color #c0990f

%53.33
%42.50
%4.17

CMYK Percentages of Color #c0990f

%0
%20
%92
%25

Triadic Colors of #c0990f

#c0990f #0fc099 #990fc0

Analogous Colors of #c0990f

#c0990f #8fc00f #c0400f

Monochromatic Colors of #c0990f

#c0990f

Complementary Color

#c0990f #0f36c0

#c0990f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0990f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0990f Color CSS Codes

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

#c0990f Text Font Color

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

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


#c0990f Background Color

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

This div background color is #c0990f


#c0990f Border Color

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

This div border color is #c0990f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0990f


Comments

No comments written yet.

Please login to write comment.