Shades of Nugget #C9911C
Tints of Nugget #C9911C
RGB
CMYK
RGB Variations
Color information
#C9911C (or 0xC9911C) is known color: Nugget. HEX triplet: C9, 91 and 1C. RGB value is (201,145,28). Sum of RGB (Red+Green+Blue) = 201+145+28=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C9911C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9911C is #366EE3. Grayscale: #949494. Windows color (decimal): -3567332 or 1872329. OLE color: 1872329.
HSL color Cylindrical-coordinate representation of color #C9911C: hue angle of 40.58º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9911C is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 28 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.21 |
| HSL | 40.58º | 0.76% | 0.45% | - |
| HSV(B) | 40.58º | 0.86% | 0.79% | - |
| XYZ | 34.42 | 32.75 | 5.61 | - |
| YUV | 148.41 | 60.05 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 28 | 0 | 0.28 | 0.86 | 0.21 | 40.58 | 0.76 | 0.45 |
| Hex | C9 | 91 | 1C | 0 | 1C | 56 | 15 | 29 | 4C | 2D |
| Octal | 311 | 221 | 34 | 0 | 34 | 126 | 25 | 51 | 114 | 55 |
| Binary | 11001001 | 10010001 | 11100 | 0 | 11100 | 1010110 | 10101 | 101001 | 1001100 | 101101 |
Color Harmonies of #C9911C
Complementary color
Monochromatic Colors of #C9911C
Black with #C9911C
Text Example
Text Example
White with #C9911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9911C; }
p { color: rgb(201,145,28); }
H1.HeaderClassName
{
color: #C9911C;
}
.AnyTagClassName
{
color: #C9911C;
}
</style>
background-color css
<style>
a { background-color: #C9911C; }
a { background-color: rgb(201,145,28); }
div.DivClassName
{
background-color: #C9911C;
}
.BgClassName
{
background-color: #C9911C;
}
</style>
border-color css
<style>
span { border-color: #C9911C; }
span { border-color: rgb(201,145,28); }
td.TdClassName
{
border-color: #C9911C;
}
.TagClassName
{
border-color: #C9911C;
}
</style>