Shades of Nugget #C99625
Tints of Nugget #C99625
RGB
CMYK
RGB Variations
Color information
#C99625 (or 0xC99625) is known color: Nugget. HEX triplet: C9, 96 and 25. RGB value is (201,150,37). Sum of RGB (Red+Green+Blue) = 201+150+37=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 37 (14.84% from 255 or 9.54% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C99625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99625 is #3669DA. Grayscale: #989898. Windows color (decimal): -3566043 or 2463433. OLE color: 2463433.
HSL color Cylindrical-coordinate representation of color #C99625: hue angle of 41.34º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C99625 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 37 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.21 |
| HSL | 41.34º | 0.69% | 0.47% | - |
| HSV(B) | 41.34º | 0.82% | 0.79% | - |
| XYZ | 35.33 | 34.36 | 6.52 | - |
| YUV | 152.37 | 62.9 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 37 | 0 | 0.25 | 0.82 | 0.21 | 41.34 | 0.69 | 0.47 |
| Hex | C9 | 96 | 25 | 0 | 19 | 52 | 15 | 29 | 45 | 2F |
| Octal | 311 | 226 | 45 | 0 | 31 | 122 | 25 | 51 | 105 | 57 |
| Binary | 11001001 | 10010110 | 100101 | 0 | 11001 | 1010010 | 10101 | 101001 | 1000101 | 101111 |
Color Harmonies of #C99625
Complementary color
Monochromatic Colors of #C99625
Black with #C99625
Text Example
Text Example
White with #C99625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99625; }
p { color: rgb(201,150,37); }
H1.HeaderClassName
{
color: #C99625;
}
.AnyTagClassName
{
color: #C99625;
}
</style>
background-color css
<style>
a { background-color: #C99625; }
a { background-color: rgb(201,150,37); }
div.DivClassName
{
background-color: #C99625;
}
.BgClassName
{
background-color: #C99625;
}
</style>
border-color css
<style>
span { border-color: #C99625; }
span { border-color: rgb(201,150,37); }
td.TdClassName
{
border-color: #C99625;
}
.TagClassName
{
border-color: #C99625;
}
</style>