#C09A32

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

Shades of Nugget #C09A32

Tints of Nugget #C09A32

Color information

#C09A32 (or 0xC09A32) is unknown color: approx Nugget. HEX triplet: C0, 9A and 32. RGB value is (192,154,50). Sum of RGB (Red+Green+Blue) = 192+154+50=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A32 is #3F65CD. Grayscale: #999999. Windows color (decimal): -4154830 or 3316416. OLE color: 3316416.

HSL color Cylindrical-coordinate representation of color #C09A32: hue angle of 43.94º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C09A32 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB19215450-
CMYK00.200.740.25
HSL43.94º58.68%47.45%-
HSV(B)43.94º73.96%75.29%-
XYZ33.8734.557.9-
YUV153.5169.59155.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.48%
GREEN value IS 154 (60.55% from 255) = 38.89%
BLUE value IS 50 (19.92% from 255) = 12.63%
R=48.48%
G=38.89%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921545000.200.740.2543.9458.6847.45
HexC09A320144A192c3b2f
Octal3002326202411231547357
Binary1100000010011010110010010100100101011001101100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09A32; }

 p { color: rgb(192,154,50); }

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

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

 a { background-color: rgb(192,154,50); }

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

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

 span { border-color: rgb(192,154,50); }

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