Shades of Nugget #C99225
Tints of Nugget #C99225
RGB
CMYK
RGB Variations
Color information
#C99225 (or 0xC99225) is known color: Nugget. HEX triplet: C9, 92 and 25. RGB value is (201,146,37). Sum of RGB (Red+Green+Blue) = 201+146+37=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C99225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99225 is #366DDA. Grayscale: #969696. Windows color (decimal): -3567067 or 2462409. OLE color: 2462409.
HSL color Cylindrical-coordinate representation of color #C99225: hue angle of 39.88º 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 #C99225 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 37 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.21 |
| HSL | 39.88º | 0.69% | 0.47% | - |
| HSV(B) | 39.88º | 0.82% | 0.79% | - |
| XYZ | 34.7 | 33.11 | 6.31 | - |
| YUV | 150.02 | 64.22 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 37 | 0 | 0.27 | 0.82 | 0.21 | 39.88 | 0.69 | 0.47 |
| Hex | C9 | 92 | 25 | 0 | 1B | 52 | 15 | 28 | 45 | 2F |
| Octal | 311 | 222 | 45 | 0 | 33 | 122 | 25 | 50 | 105 | 57 |
| Binary | 11001001 | 10010010 | 100101 | 0 | 11011 | 1010010 | 10101 | 101000 | 1000101 | 101111 |
Color Harmonies of #C99225
Complementary color
Monochromatic Colors of #C99225
Black with #C99225
Text Example
Text Example
White with #C99225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99225; }
p { color: rgb(201,146,37); }
H1.HeaderClassName
{
color: #C99225;
}
.AnyTagClassName
{
color: #C99225;
}
</style>
background-color css
<style>
a { background-color: #C99225; }
a { background-color: rgb(201,146,37); }
div.DivClassName
{
background-color: #C99225;
}
.BgClassName
{
background-color: #C99225;
}
</style>
border-color css
<style>
span { border-color: #C99225; }
span { border-color: rgb(201,146,37); }
td.TdClassName
{
border-color: #C99225;
}
.TagClassName
{
border-color: #C99225;
}
</style>