Shades of Nugget #C99B29
Tints of Nugget #C99B29
RGB
CMYK
RGB Variations
Color information
#C99B29 (or 0xC99B29) is known color: Nugget. HEX triplet: C9, 9B and 29. RGB value is (201,155,41). Sum of RGB (Red+Green+Blue) = 201+155+41=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99B29 is #3664D6. Grayscale: #9C9C9C. Windows color (decimal): -3564759 or 2726857. OLE color: 2726857.
HSL color Cylindrical-coordinate representation of color #C99B29: hue angle of 42.75º 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 #C99B29 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 155 | 41 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.21 |
| HSL | 42.75º | 0.66% | 0.47% | - |
| HSV(B) | 42.75º | 0.8% | 0.79% | - |
| XYZ | 36.21 | 36.02 | 7.14 | - |
| YUV | 155.76 | 63.24 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 41 | 0 | 0.23 | 0.80 | 0.21 | 42.75 | 0.66 | 0.47 |
| Hex | C9 | 9B | 29 | 0 | 17 | 50 | 15 | 2B | 42 | 2F |
| Octal | 311 | 233 | 51 | 0 | 27 | 120 | 25 | 53 | 102 | 57 |
| Binary | 11001001 | 10011011 | 101001 | 0 | 10111 | 1010000 | 10101 | 101011 | 1000010 | 101111 |
Color Harmonies of #C99B29
Complementary color
Monochromatic Colors of #C99B29
Black with #C99B29
Text Example
Text Example
White with #C99B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99B29; }
p { color: rgb(201,155,41); }
H1.HeaderClassName
{
color: #C99B29;
}
.AnyTagClassName
{
color: #C99B29;
}
</style>
background-color css
<style>
a { background-color: #C99B29; }
a { background-color: rgb(201,155,41); }
div.DivClassName
{
background-color: #C99B29;
}
.BgClassName
{
background-color: #C99B29;
}
</style>
border-color css
<style>
span { border-color: #C99B29; }
span { border-color: rgb(201,155,41); }
td.TdClassName
{
border-color: #C99B29;
}
.TagClassName
{
border-color: #C99B29;
}
</style>