Shades of Nugget #C9962B
Tints of Nugget #C9962B
RGB
CMYK
RGB Variations
Color information
#C9962B (or 0xC9962B) is known color: Nugget. HEX triplet: C9, 96 and 2B. RGB value is (201,150,43). Sum of RGB (Red+Green+Blue) = 201+150+43=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9962B is #3669D4. Grayscale: #999999. Windows color (decimal): -3566037 or 2856649. OLE color: 2856649.
HSL color Cylindrical-coordinate representation of color #C9962B: hue angle of 40.63º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9962B is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 43 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.21 |
| HSL | 40.63º | 0.65% | 0.48% | - |
| HSV(B) | 40.63º | 0.79% | 0.79% | - |
| XYZ | 35.43 | 34.4 | 7.06 | - |
| YUV | 153.05 | 65.9 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 43 | 0 | 0.25 | 0.79 | 0.21 | 40.63 | 0.65 | 0.48 |
| Hex | C9 | 96 | 2B | 0 | 19 | 4F | 15 | 29 | 41 | 30 |
| Octal | 311 | 226 | 53 | 0 | 31 | 117 | 25 | 51 | 101 | 60 |
| Binary | 11001001 | 10010110 | 101011 | 0 | 11001 | 1001111 | 10101 | 101001 | 1000001 | 110000 |
Color Harmonies of #C9962B
Complementary color
Monochromatic Colors of #C9962B
Black with #C9962B
Text Example
Text Example
White with #C9962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9962B; }
p { color: rgb(201,150,43); }
H1.HeaderClassName
{
color: #C9962B;
}
.AnyTagClassName
{
color: #C9962B;
}
</style>
background-color css
<style>
a { background-color: #C9962B; }
a { background-color: rgb(201,150,43); }
div.DivClassName
{
background-color: #C9962B;
}
.BgClassName
{
background-color: #C9962B;
}
</style>
border-color css
<style>
span { border-color: #C9962B; }
span { border-color: rgb(201,150,43); }
td.TdClassName
{
border-color: #C9962B;
}
.TagClassName
{
border-color: #C9962B;
}
</style>