#C8A02E

Color #C8A02E Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #C8A02E

Tints of Nugget #C8A02E

Color information

#C8A02E (or 0xC8A02E) is unknown color: approx Nugget. HEX triplet: C8, A0 and 2E. RGB value is (200,160,46). Sum of RGB (Red+Green+Blue) = 200+160+46=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A02E is #375FD1. Grayscale: #9F9F9F. Windows color (decimal): -3629010 or 3055816. OLE color: 3055816.

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

Color convert

RGB20016046-
CMYK00.20.770.22
HSL44.42º62.6%48.24%-
HSV(B)44.42º77%78.43%-
XYZ36.8837.627.9-
YUV158.9664.25157.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.26%
GREEN value IS 160 (62.89% from 255) = 39.41%
BLUE value IS 46 (18.36% from 255) = 11.33%
R=49.26%
G=39.41%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001604600.20.770.2244.4262.648.24
HexC8A02E0144D162c3f30
Octal3102405602411526547760
Binary1100100010100000101110010100100110110110101100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A02E; }

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

 H1.HeaderClassName
 {
   color: #C8A02E;
 }
 .AnyTagClassName
 {
   color: #C8A02E;
 }
</style>
background-color css

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

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

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

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

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

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