Shades of Nugget #C29C2F
Tints of Nugget #C29C2F
RGB
CMYK
RGB Variations
Color information
#C29C2F (or 0xC29C2F) is known color: Nugget. HEX triplet: C2, 9C and 2F. RGB value is (194,156,47). Sum of RGB (Red+Green+Blue) = 194+156+47=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29C2F is #3D63D0. Grayscale: #9B9B9B. Windows color (decimal): -4023249 or 3120322. OLE color: 3120322.
HSL color Cylindrical-coordinate representation of color #C29C2F: hue angle of 44.49º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C29C2F is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 47 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.24 |
| HSL | 44.49º | 0.61% | 0.47% | - |
| HSV(B) | 44.49º | 0.76% | 0.76% | - |
| XYZ | 34.65 | 35.45 | 7.71 | - |
| YUV | 154.94 | 67.09 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 47 | 0 | 0.20 | 0.76 | 0.24 | 44.49 | 0.61 | 0.47 |
| Hex | C2 | 9C | 2F | 0 | 14 | 4C | 18 | 2C | 3D | 2F |
| Octal | 302 | 234 | 57 | 0 | 24 | 114 | 30 | 54 | 75 | 57 |
| Binary | 11000010 | 10011100 | 101111 | 0 | 10100 | 1001100 | 11000 | 101100 | 111101 | 101111 |
Color Harmonies of #C29C2F
Complementary color
Monochromatic Colors of #C29C2F
Black with #C29C2F
Text Example
Text Example
White with #C29C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C2F; }
p { color: rgb(194,156,47); }
H1.HeaderClassName
{
color: #C29C2F;
}
.AnyTagClassName
{
color: #C29C2F;
}
</style>
background-color css
<style>
a { background-color: #C29C2F; }
a { background-color: rgb(194,156,47); }
div.DivClassName
{
background-color: #C29C2F;
}
.BgClassName
{
background-color: #C29C2F;
}
</style>
border-color css
<style>
span { border-color: #C29C2F; }
span { border-color: rgb(194,156,47); }
td.TdClassName
{
border-color: #C29C2F;
}
.TagClassName
{
border-color: #C29C2F;
}
</style>