Shades of Nugget #C29F35
Tints of Nugget #C29F35
RGB
CMYK
RGB Variations
Color information
#C29F35 (or 0xC29F35) is known color: Nugget. HEX triplet: C2, 9F and 35. RGB value is (194,159,53). Sum of RGB (Red+Green+Blue) = 194+159+53=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 53 (21.09% from 255 or 13.05% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29F35 is #3D60CA. Grayscale: #9D9D9D. Windows color (decimal): -4022475 or 3514306. OLE color: 3514306.
HSL color Cylindrical-coordinate representation of color #C29F35: hue angle of 45.11º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C29F35 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 53 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.24 |
| HSL | 45.11º | 0.57% | 0.48% | - |
| HSV(B) | 45.11º | 0.73% | 0.76% | - |
| XYZ | 35.29 | 36.52 | 8.56 | - |
| YUV | 157.38 | 69.1 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 53 | 0 | 0.18 | 0.73 | 0.24 | 45.11 | 0.57 | 0.48 |
| Hex | C2 | 9F | 35 | 0 | 12 | 49 | 18 | 2D | 39 | 30 |
| Octal | 302 | 237 | 65 | 0 | 22 | 111 | 30 | 55 | 71 | 60 |
| Binary | 11000010 | 10011111 | 110101 | 0 | 10010 | 1001001 | 11000 | 101101 | 111001 | 110000 |
Color Harmonies of #C29F35
Complementary color
Monochromatic Colors of #C29F35
Black with #C29F35
Text Example
Text Example
White with #C29F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F35; }
p { color: rgb(194,159,53); }
H1.HeaderClassName
{
color: #C29F35;
}
.AnyTagClassName
{
color: #C29F35;
}
</style>
background-color css
<style>
a { background-color: #C29F35; }
a { background-color: rgb(194,159,53); }
div.DivClassName
{
background-color: #C29F35;
}
.BgClassName
{
background-color: #C29F35;
}
</style>
border-color css
<style>
span { border-color: #C29F35; }
span { border-color: rgb(194,159,53); }
td.TdClassName
{
border-color: #C29F35;
}
.TagClassName
{
border-color: #C29F35;
}
</style>