Shades of Nugget #C9901C
Tints of Nugget #C9901C
RGB
CMYK
RGB Variations
Color information
#C9901C (or 0xC9901C) is known color: Nugget. HEX triplet: C9, 90 and 1C. RGB value is (201,144,28). Sum of RGB (Red+Green+Blue) = 201+144+28=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C9901C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9901C is #366FE3. Grayscale: #949494. Windows color (decimal): -3567588 or 1872073. OLE color: 1872073.
HSL color Cylindrical-coordinate representation of color #C9901C: hue angle of 40.23º 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 #C9901C is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 28 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.21 |
| HSL | 40.23º | 0.76% | 0.45% | - |
| HSV(B) | 40.23º | 0.86% | 0.79% | - |
| XYZ | 34.27 | 32.45 | 5.56 | - |
| YUV | 147.82 | 60.38 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 28 | 0 | 0.28 | 0.86 | 0.21 | 40.23 | 0.76 | 0.45 |
| Hex | C9 | 90 | 1C | 0 | 1C | 56 | 15 | 28 | 4C | 2D |
| Octal | 311 | 220 | 34 | 0 | 34 | 126 | 25 | 50 | 114 | 55 |
| Binary | 11001001 | 10010000 | 11100 | 0 | 11100 | 1010110 | 10101 | 101000 | 1001100 | 101101 |
Color Harmonies of #C9901C
Complementary color
Monochromatic Colors of #C9901C
Black with #C9901C
Text Example
Text Example
White with #C9901C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9901C; }
p { color: rgb(201,144,28); }
H1.HeaderClassName
{
color: #C9901C;
}
.AnyTagClassName
{
color: #C9901C;
}
</style>
background-color css
<style>
a { background-color: #C9901C; }
a { background-color: rgb(201,144,28); }
div.DivClassName
{
background-color: #C9901C;
}
.BgClassName
{
background-color: #C9901C;
}
</style>
border-color css
<style>
span { border-color: #C9901C; }
span { border-color: rgb(201,144,28); }
td.TdClassName
{
border-color: #C9901C;
}
.TagClassName
{
border-color: #C9901C;
}
</style>