Shades of Nugget #C99629
Tints of Nugget #C99629
RGB
CMYK
RGB Variations
Color information
#C99629 (or 0xC99629) is known color: Nugget. HEX triplet: C9, 96 and 29. RGB value is (201,150,41). Sum of RGB (Red+Green+Blue) = 201+150+41=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C99629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99629 is #3669D6. Grayscale: #999999. Windows color (decimal): -3566039 or 2725577. OLE color: 2725577.
HSL color Cylindrical-coordinate representation of color #C99629: hue angle of 40.88º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C99629 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 41 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.21 |
| HSL | 40.88º | 0.66% | 0.47% | - |
| HSV(B) | 40.88º | 0.8% | 0.79% | - |
| XYZ | 35.39 | 34.39 | 6.87 | - |
| YUV | 152.82 | 64.9 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 41 | 0 | 0.25 | 0.80 | 0.21 | 40.88 | 0.66 | 0.47 |
| Hex | C9 | 96 | 29 | 0 | 19 | 50 | 15 | 29 | 42 | 2F |
| Octal | 311 | 226 | 51 | 0 | 31 | 120 | 25 | 51 | 102 | 57 |
| Binary | 11001001 | 10010110 | 101001 | 0 | 11001 | 1010000 | 10101 | 101001 | 1000010 | 101111 |
Color Harmonies of #C99629
Complementary color
Monochromatic Colors of #C99629
Black with #C99629
Text Example
Text Example
White with #C99629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99629; }
p { color: rgb(201,150,41); }
H1.HeaderClassName
{
color: #C99629;
}
.AnyTagClassName
{
color: #C99629;
}
</style>
background-color css
<style>
a { background-color: #C99629; }
a { background-color: rgb(201,150,41); }
div.DivClassName
{
background-color: #C99629;
}
.BgClassName
{
background-color: #C99629;
}
</style>
border-color css
<style>
span { border-color: #C99629; }
span { border-color: rgb(201,150,41); }
td.TdClassName
{
border-color: #C99629;
}
.TagClassName
{
border-color: #C99629;
}
</style>