Shades of Nugget #C09A32
Tints of Nugget #C09A32
RGB
CMYK
RGB Variations
Color information
#C09A32 (or 0xC09A32) is known color: 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
| RGB | 192 | 154 | 50 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.25 |
| HSL | 43.94º | 0.59% | 0.47% | - |
| HSV(B) | 43.94º | 0.74% | 0.75% | - |
| XYZ | 33.87 | 34.55 | 7.9 | - |
| YUV | 153.51 | 69.59 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 50 | 0 | 0.20 | 0.74 | 0.25 | 43.94 | 0.59 | 0.47 |
| Hex | C0 | 9A | 32 | 0 | 14 | 4A | 19 | 2C | 3B | 2F |
| Octal | 300 | 232 | 62 | 0 | 24 | 112 | 31 | 54 | 73 | 57 |
| Binary | 11000000 | 10011010 | 110010 | 0 | 10100 | 1001010 | 11001 | 101100 | 111011 | 101111 |
Color Harmonies of #C09A32
Complementary color
Monochromatic Colors of #C09A32
Black with #C09A32
Text Example
Text Example
White with #C09A32
Text Example
Text Example
HTML Codes & Css Web 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>