#C8A12E

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

Shades of Nugget #C8A12E

Tints of Nugget #C8A12E

Color information

#C8A12E (or 0xC8A12E) is unknown color: approx Nugget. HEX triplet: C8, A1 and 2E. RGB value is (200,161,46). Sum of RGB (Red+Green+Blue) = 200+161+46=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 46 (18.36% from 255 or 11.30% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A12E is #375ED1. Grayscale: #A0A0A0. Windows color (decimal): -3628754 or 3056072. OLE color: 3056072.

HSL color Cylindrical-coordinate representation of color #C8A12E: hue angle of 44.81º 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 #C8A12E is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB20016146-
CMYK00.190.770.22
HSL44.81º62.6%48.24%-
HSV(B)44.81º77%78.43%-
XYZ37.0637.977.96-
YUV159.5563.92156.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.14%
GREEN value IS 161 (63.28% from 255) = 39.56%
BLUE value IS 46 (18.36% from 255) = 11.30%
R=49.14%
G=39.56%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001614600.190.770.2244.8162.648.24
HexC8A12E0134D162d3f30
Octal3102415602311526557760
Binary1100100010100001101110010011100110110110101101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A12E; }

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

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

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

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

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

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

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

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