Shades of Nugget #C29D35
Tints of Nugget #C29D35
RGB
CMYK
RGB Variations
Color information
#C29D35 (or 0xC29D35) is known color: Nugget. HEX triplet: C2, 9D and 35. RGB value is (194,157,53). Sum of RGB (Red+Green+Blue) = 194+157+53=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29D35 is #3D62CA. Grayscale: #9C9C9C. Windows color (decimal): -4022987 or 3513794. OLE color: 3513794.
HSL color Cylindrical-coordinate representation of color #C29D35: hue angle of 44.26º 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 #C29D35 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 53 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.24 |
| HSL | 44.26º | 0.57% | 0.48% | - |
| HSV(B) | 44.26º | 0.73% | 0.76% | - |
| XYZ | 34.95 | 35.84 | 8.44 | - |
| YUV | 156.21 | 69.76 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 53 | 0 | 0.19 | 0.73 | 0.24 | 44.26 | 0.57 | 0.48 |
| Hex | C2 | 9D | 35 | 0 | 13 | 49 | 18 | 2C | 39 | 30 |
| Octal | 302 | 235 | 65 | 0 | 23 | 111 | 30 | 54 | 71 | 60 |
| Binary | 11000010 | 10011101 | 110101 | 0 | 10011 | 1001001 | 11000 | 101100 | 111001 | 110000 |
Color Harmonies of #C29D35
Complementary color
Monochromatic Colors of #C29D35
Black with #C29D35
Text Example
Text Example
White with #C29D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D35; }
p { color: rgb(194,157,53); }
H1.HeaderClassName
{
color: #C29D35;
}
.AnyTagClassName
{
color: #C29D35;
}
</style>
background-color css
<style>
a { background-color: #C29D35; }
a { background-color: rgb(194,157,53); }
div.DivClassName
{
background-color: #C29D35;
}
.BgClassName
{
background-color: #C29D35;
}
</style>
border-color css
<style>
span { border-color: #C29D35; }
span { border-color: rgb(194,157,53); }
td.TdClassName
{
border-color: #C29D35;
}
.TagClassName
{
border-color: #C29D35;
}
</style>