#C2A032

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

Shades of Nugget #C2A032

Tints of Nugget #C2A032

Color information

#C2A032 (or 0xC2A032) is unknown color: approx Nugget. HEX triplet: C2, A0 and 32. RGB value is (194,160,50). Sum of RGB (Red+Green+Blue) = 194+160+50=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A032 is #3D5FCD. Grayscale: #9E9E9E. Windows color (decimal): -4022222 or 3317954. OLE color: 3317954.

HSL color Cylindrical-coordinate representation of color #C2A032: hue angle of 45.83º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2A032 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB19416050-
CMYK00.180.740.24
HSL45.83º59.02%47.84%-
HSV(B)45.83º74.23%76.08%-
XYZ35.3936.848.26-
YUV157.6367.26153.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.02%
GREEN value IS 160 (62.89% from 255) = 39.60%
BLUE value IS 50 (19.92% from 255) = 12.38%
R=48.02%
G=39.60%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941605000.180.740.2445.8359.0247.84
HexC2A0320124A182e3b30
Octal3022406202211230567360
Binary1100001010100000110010010010100101011000101110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A032; }

 p { color: rgb(194,160,50); }

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

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

 a { background-color: rgb(194,160,50); }

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

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

 span { border-color: rgb(194,160,50); }

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