Html Css Color HEX #C9A02E Nugget

📋 copy color: '#C9A02E'

red 201 ◦ green 160 ◦ blue 46

#C9A02E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nugget #C9A02E

Tints of Nugget #C9A02E

RGB

 RED value IS 201 (78.91% from 255) = 49.39%

 GREEN value IS 160 (62.89% from 255) = 39.31%

 BLUE value IS 46 (18.36% from 255) = 11.3%

R = 49.39%
G = 39.31%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C9A02E (or 0xC9A02E) is known color: Nugget. HEX triplet: C9, A0 and 2E. RGB value is (201,160,46). Sum of RGB (Red+Green+Blue) = 201+160+46=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 46 (18.36% from 255 or 11.30% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A02E is #365FD1. Grayscale: #9F9F9F. Windows color (decimal): -3563474 or 3055817. OLE color: 3055817.

HSL color Cylindrical-coordinate representation of color #C9A02E: hue angle of 44.13º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9A02E is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 160 46 -
CMYK 0 0.20 0.77 0.21
HSL 44.13º 0.63% 0.48% -
HSV(B) 44.13º 0.77% 0.79% -
XYZ 37.15 37.76 7.91 -
YUV 159.26 64.08 157.77 -
System Red Green Blue C M Y K H S L
Decimal 201 160 46 0 0.20 0.77 0.21 44.13 0.63 0.48
Hex C9 A0 2E 0 14 4D 15 2C 3F 30
Octal 311 240 56 0 24 115 25 54 77 60
Binary 11001001 10100000 101110 0 10100 1001101 10101 101100 111111 110000

Color Harmonies of #C9A02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A02E

Black with #C9A02E

Text Example


Text Example

White with #C9A02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A02E; }

 p { color: rgb(201,160,46); }

 H1.HeaderClassName
 {
   color: #C9A02E;
 }
 .AnyTagClassName
 {
   color: #C9A02E;
 }
</style>

background-color css

<style>
 a { background-color: #C9A02E; }

 a { background-color: rgb(201,160,46); }

 div.DivClassName
 {
   background-color: #C9A02E;
 }
 .BgClassName
 {
   background-color: #C9A02E;
 }
</style>

border-color css

<style>
 span { border-color: #C9A02E; }

 span { border-color: rgb(201,160,46); }

 td.TdClassName
 {
   border-color: #C9A02E;
 }
 .TagClassName
 {
   border-color: #C9A02E;
 }
</style>