Shades of Nugget #C29C32
Tints of Nugget #C29C32
RGB
CMYK
RGB Variations
Color information
#C29C32 (or 0xC29C32) is known color: Nugget. HEX triplet: C2, 9C and 32. RGB value is (194,156,50). Sum of RGB (Red+Green+Blue) = 194+156+50=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29C32 is #3D63CD. Grayscale: #9B9B9B. Windows color (decimal): -4023246 or 3316930. OLE color: 3316930.
HSL color Cylindrical-coordinate representation of color #C29C32: hue angle of 44.17º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C29C32 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 156 | 50 | - |
CMYK | 0 | 0.20 | 0.74 | 0.24 |
HSL | 44.17º | 0.59% | 0.48% | - |
HSV(B) | 44.17º | 0.74% | 0.76% | - |
XYZ | 34.71 | 35.48 | 8.04 | - |
YUV | 155.28 | 68.59 | 155.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 156 | 50 | 0 | 0.20 | 0.74 | 0.24 | 44.17 | 0.59 | 0.48 |
Hex | C2 | 9C | 32 | 0 | 14 | 4A | 18 | 2C | 3B | 30 |
Octal | 302 | 234 | 62 | 0 | 24 | 112 | 30 | 54 | 73 | 60 |
Binary | 11000010 | 10011100 | 110010 | 0 | 10100 | 1001010 | 11000 | 101100 | 111011 | 110000 |
Color Harmonies of #C29C32
Complementary color
Monochromatic Colors of #C29C32
Black with #C29C32
Text Example
Text Example
White with #C29C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C32; }
p { color: rgb(194,156,50); }
H1.HeaderClassName
{
color: #C29C32;
}
.AnyTagClassName
{
color: #C29C32;
}
</style>
background-color css
<style>
a { background-color: #C29C32; }
a { background-color: rgb(194,156,50); }
div.DivClassName
{
background-color: #C29C32;
}
.BgClassName
{
background-color: #C29C32;
}
</style>
border-color css
<style>
span { border-color: #C29C32; }
span { border-color: rgb(194,156,50); }
td.TdClassName
{
border-color: #C29C32;
}
.TagClassName
{
border-color: #C29C32;
}
</style>