Shades of Nugget #C99D26
Tints of Nugget #C99D26
RGB
CMYK
RGB Variations
Color information
#C99D26 (or 0xC99D26) is known color: Nugget. HEX triplet: C9, 9D and 26. RGB value is (201,157,38). Sum of RGB (Red+Green+Blue) = 201+157+38=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 38 (15.23% from 255 or 9.60% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99D26 is #3662D9. Grayscale: #9D9D9D. Windows color (decimal): -3564250 or 2530761. OLE color: 2530761.
HSL color Cylindrical-coordinate representation of color #C99D26: hue angle of 43.8º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C99D26 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 38 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.21 |
| HSL | 43.8º | 0.68% | 0.47% | - |
| HSV(B) | 43.8º | 0.81% | 0.79% | - |
| XYZ | 36.49 | 36.67 | 6.99 | - |
| YUV | 156.59 | 61.08 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 38 | 0 | 0.22 | 0.81 | 0.21 | 43.8 | 0.68 | 0.47 |
| Hex | C9 | 9D | 26 | 0 | 16 | 51 | 15 | 2C | 44 | 2F |
| Octal | 311 | 235 | 46 | 0 | 26 | 121 | 25 | 54 | 104 | 57 |
| Binary | 11001001 | 10011101 | 100110 | 0 | 10110 | 1010001 | 10101 | 101100 | 1000100 | 101111 |
Color Harmonies of #C99D26
Complementary color
Monochromatic Colors of #C99D26
Black with #C99D26
Text Example
Text Example
White with #C99D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D26; }
p { color: rgb(201,157,38); }
H1.HeaderClassName
{
color: #C99D26;
}
.AnyTagClassName
{
color: #C99D26;
}
</style>
background-color css
<style>
a { background-color: #C99D26; }
a { background-color: rgb(201,157,38); }
div.DivClassName
{
background-color: #C99D26;
}
.BgClassName
{
background-color: #C99D26;
}
</style>
border-color css
<style>
span { border-color: #C99D26; }
span { border-color: rgb(201,157,38); }
td.TdClassName
{
border-color: #C99D26;
}
.TagClassName
{
border-color: #C99D26;
}
</style>