Shades of Nugget #C09A33
Tints of Nugget #C09A33
RGB
CMYK
RGB Variations
Color information
#C09A33 (or 0xC09A33) is known color: Nugget. HEX triplet: C0, 9A and 33. RGB value is (192,154,51). Sum of RGB (Red+Green+Blue) = 192+154+51=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 51 (20.31% from 255 or 12.85% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A33 is #3F65CC. Grayscale: #9A9A9A. Windows color (decimal): -4154829 or 3381952. OLE color: 3381952.
HSL color Cylindrical-coordinate representation of color #C09A33: hue angle of 43.83º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C09A33 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 51 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.25 |
| HSL | 43.83º | 0.58% | 0.48% | - |
| HSV(B) | 43.83º | 0.73% | 0.75% | - |
| XYZ | 33.89 | 34.56 | 8.02 | - |
| YUV | 153.62 | 70.09 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 51 | 0 | 0.20 | 0.73 | 0.25 | 43.83 | 0.58 | 0.48 |
| Hex | C0 | 9A | 33 | 0 | 14 | 49 | 19 | 2C | 3A | 30 |
| Octal | 300 | 232 | 63 | 0 | 24 | 111 | 31 | 54 | 72 | 60 |
| Binary | 11000000 | 10011010 | 110011 | 0 | 10100 | 1001001 | 11001 | 101100 | 111010 | 110000 |
Color Harmonies of #C09A33
Complementary color
Monochromatic Colors of #C09A33
Black with #C09A33
Text Example
Text Example
White with #C09A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A33; }
p { color: rgb(192,154,51); }
H1.HeaderClassName
{
color: #C09A33;
}
.AnyTagClassName
{
color: #C09A33;
}
</style>
background-color css
<style>
a { background-color: #C09A33; }
a { background-color: rgb(192,154,51); }
div.DivClassName
{
background-color: #C09A33;
}
.BgClassName
{
background-color: #C09A33;
}
</style>
border-color css
<style>
span { border-color: #C09A33; }
span { border-color: rgb(192,154,51); }
td.TdClassName
{
border-color: #C09A33;
}
.TagClassName
{
border-color: #C09A33;
}
</style>