Shades of Nugget #C29E35
Tints of Nugget #C29E35
RGB
CMYK
RGB Variations
Color information
#C29E35 (or 0xC29E35) is known color: Nugget. HEX triplet: C2, 9E and 35. RGB value is (194,158,53). Sum of RGB (Red+Green+Blue) = 194+158+53=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 53 (21.09% from 255 or 13.09% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29E35 is #3D61CA. Grayscale: #9D9D9D. Windows color (decimal): -4022731 or 3514050. OLE color: 3514050.
HSL color Cylindrical-coordinate representation of color #C29E35: hue angle of 44.68º 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 #C29E35 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 53 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.24 |
| HSL | 44.68º | 0.57% | 0.48% | - |
| HSV(B) | 44.68º | 0.73% | 0.76% | - |
| XYZ | 35.12 | 36.18 | 8.5 | - |
| YUV | 156.79 | 69.43 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 53 | 0 | 0.19 | 0.73 | 0.24 | 44.68 | 0.57 | 0.48 |
| Hex | C2 | 9E | 35 | 0 | 13 | 49 | 18 | 2D | 39 | 30 |
| Octal | 302 | 236 | 65 | 0 | 23 | 111 | 30 | 55 | 71 | 60 |
| Binary | 11000010 | 10011110 | 110101 | 0 | 10011 | 1001001 | 11000 | 101101 | 111001 | 110000 |
Color Harmonies of #C29E35
Complementary color
Monochromatic Colors of #C29E35
Black with #C29E35
Text Example
Text Example
White with #C29E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E35; }
p { color: rgb(194,158,53); }
H1.HeaderClassName
{
color: #C29E35;
}
.AnyTagClassName
{
color: #C29E35;
}
</style>
background-color css
<style>
a { background-color: #C29E35; }
a { background-color: rgb(194,158,53); }
div.DivClassName
{
background-color: #C29E35;
}
.BgClassName
{
background-color: #C29E35;
}
</style>
border-color css
<style>
span { border-color: #C29E35; }
span { border-color: rgb(194,158,53); }
td.TdClassName
{
border-color: #C29E35;
}
.TagClassName
{
border-color: #C29E35;
}
</style>