Shades of Nugget #C99626
Tints of Nugget #C99626
RGB
CMYK
RGB Variations
Color information
#C99626 (or 0xC99626) is known color: Nugget. HEX triplet: C9, 96 and 26. RGB value is (201,150,38). Sum of RGB (Red+Green+Blue) = 201+150+38=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C99626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99626 is #3669D9. Grayscale: #989898. Windows color (decimal): -3566042 or 2528969. OLE color: 2528969.
HSL color Cylindrical-coordinate representation of color #C99626: hue angle of 41.23º 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 #C99626 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 38 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.21 |
| HSL | 41.23º | 0.68% | 0.47% | - |
| HSV(B) | 41.23º | 0.81% | 0.79% | - |
| XYZ | 35.34 | 34.37 | 6.61 | - |
| YUV | 152.48 | 63.4 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 38 | 0 | 0.25 | 0.81 | 0.21 | 41.23 | 0.68 | 0.47 |
| Hex | C9 | 96 | 26 | 0 | 19 | 51 | 15 | 29 | 44 | 2F |
| Octal | 311 | 226 | 46 | 0 | 31 | 121 | 25 | 51 | 104 | 57 |
| Binary | 11001001 | 10010110 | 100110 | 0 | 11001 | 1010001 | 10101 | 101001 | 1000100 | 101111 |
Color Harmonies of #C99626
Complementary color
Monochromatic Colors of #C99626
Black with #C99626
Text Example
Text Example
White with #C99626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99626; }
p { color: rgb(201,150,38); }
H1.HeaderClassName
{
color: #C99626;
}
.AnyTagClassName
{
color: #C99626;
}
</style>
background-color css
<style>
a { background-color: #C99626; }
a { background-color: rgb(201,150,38); }
div.DivClassName
{
background-color: #C99626;
}
.BgClassName
{
background-color: #C99626;
}
</style>
border-color css
<style>
span { border-color: #C99626; }
span { border-color: rgb(201,150,38); }
td.TdClassName
{
border-color: #C99626;
}
.TagClassName
{
border-color: #C99626;
}
</style>