Shades of Nugget #C99928
Tints of Nugget #C99928
RGB
CMYK
RGB Variations
Color information
#C99928 (or 0xC99928) is known color: Nugget. HEX triplet: C9, 99 and 28. RGB value is (201,153,40). Sum of RGB (Red+Green+Blue) = 201+153+40=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C99928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99928 is #3666D7. Grayscale: #9A9A9A. Windows color (decimal): -3565272 or 2660809. OLE color: 2660809.
HSL color Cylindrical-coordinate representation of color #C99928: hue angle of 42.11º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C99928 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 40 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.21 |
| HSL | 42.11º | 0.67% | 0.47% | - |
| HSV(B) | 42.11º | 0.8% | 0.79% | - |
| XYZ | 35.86 | 35.35 | 6.94 | - |
| YUV | 154.47 | 63.4 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 40 | 0 | 0.24 | 0.80 | 0.21 | 42.11 | 0.67 | 0.47 |
| Hex | C9 | 99 | 28 | 0 | 18 | 50 | 15 | 2A | 43 | 2F |
| Octal | 311 | 231 | 50 | 0 | 30 | 120 | 25 | 52 | 103 | 57 |
| Binary | 11001001 | 10011001 | 101000 | 0 | 11000 | 1010000 | 10101 | 101010 | 1000011 | 101111 |
Color Harmonies of #C99928
Complementary color
Monochromatic Colors of #C99928
Black with #C99928
Text Example
Text Example
White with #C99928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99928; }
p { color: rgb(201,153,40); }
H1.HeaderClassName
{
color: #C99928;
}
.AnyTagClassName
{
color: #C99928;
}
</style>
background-color css
<style>
a { background-color: #C99928; }
a { background-color: rgb(201,153,40); }
div.DivClassName
{
background-color: #C99928;
}
.BgClassName
{
background-color: #C99928;
}
</style>
border-color css
<style>
span { border-color: #C99928; }
span { border-color: rgb(201,153,40); }
td.TdClassName
{
border-color: #C99928;
}
.TagClassName
{
border-color: #C99928;
}
</style>