Shades of Nugget #C09933
Tints of Nugget #C09933
RGB
CMYK
RGB Variations
Color information
#C09933 (or 0xC09933) is known color: Nugget. HEX triplet: C0, 99 and 33. RGB value is (192,153,51). Sum of RGB (Red+Green+Blue) = 192+153+51=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 51 (20.31% from 255 or 12.88% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C09933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09933 is #3F66CC. Grayscale: #999999. Windows color (decimal): -4155085 or 3381696. OLE color: 3381696.
HSL color Cylindrical-coordinate representation of color #C09933: hue angle of 43.4º 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 #C09933 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 51 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.25 |
| HSL | 43.4º | 0.58% | 0.48% | - |
| HSV(B) | 43.4º | 0.73% | 0.75% | - |
| XYZ | 33.73 | 34.23 | 7.96 | - |
| YUV | 153.03 | 70.42 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 51 | 0 | 0.20 | 0.73 | 0.25 | 43.4 | 0.58 | 0.48 |
| Hex | C0 | 99 | 33 | 0 | 14 | 49 | 19 | 2B | 3A | 30 |
| Octal | 300 | 231 | 63 | 0 | 24 | 111 | 31 | 53 | 72 | 60 |
| Binary | 11000000 | 10011001 | 110011 | 0 | 10100 | 1001001 | 11001 | 101011 | 111010 | 110000 |
Color Harmonies of #C09933
Complementary color
Monochromatic Colors of #C09933
Black with #C09933
Text Example
Text Example
White with #C09933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09933; }
p { color: rgb(192,153,51); }
H1.HeaderClassName
{
color: #C09933;
}
.AnyTagClassName
{
color: #C09933;
}
</style>
background-color css
<style>
a { background-color: #C09933; }
a { background-color: rgb(192,153,51); }
div.DivClassName
{
background-color: #C09933;
}
.BgClassName
{
background-color: #C09933;
}
</style>
border-color css
<style>
span { border-color: #C09933; }
span { border-color: rgb(192,153,51); }
td.TdClassName
{
border-color: #C09933;
}
.TagClassName
{
border-color: #C09933;
}
</style>