Shades of Nugget #C29F30
Tints of Nugget #C29F30
RGB
CMYK
RGB Variations
Color information
#C29F30 (or 0xC29F30) is known color: Nugget. HEX triplet: C2, 9F and 30. RGB value is (194,159,48). Sum of RGB (Red+Green+Blue) = 194+159+48=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29F30 is #3D60CF. Grayscale: #9D9D9D. Windows color (decimal): -4022480 or 3186626. OLE color: 3186626.
HSL color Cylindrical-coordinate representation of color #C29F30: hue angle of 45.62º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C29F30 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 48 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.24 |
| HSL | 45.62º | 0.6% | 0.47% | - |
| HSV(B) | 45.62º | 0.75% | 0.76% | - |
| XYZ | 35.18 | 36.48 | 7.98 | - |
| YUV | 156.81 | 66.6 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 48 | 0 | 0.18 | 0.75 | 0.24 | 45.62 | 0.6 | 0.47 |
| Hex | C2 | 9F | 30 | 0 | 12 | 4B | 18 | 2E | 3C | 2F |
| Octal | 302 | 237 | 60 | 0 | 22 | 113 | 30 | 56 | 74 | 57 |
| Binary | 11000010 | 10011111 | 110000 | 0 | 10010 | 1001011 | 11000 | 101110 | 111100 | 101111 |
Color Harmonies of #C29F30
Complementary color
Monochromatic Colors of #C29F30
Black with #C29F30
Text Example
Text Example
White with #C29F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F30; }
p { color: rgb(194,159,48); }
H1.HeaderClassName
{
color: #C29F30;
}
.AnyTagClassName
{
color: #C29F30;
}
</style>
background-color css
<style>
a { background-color: #C29F30; }
a { background-color: rgb(194,159,48); }
div.DivClassName
{
background-color: #C29F30;
}
.BgClassName
{
background-color: #C29F30;
}
</style>
border-color css
<style>
span { border-color: #C29F30; }
span { border-color: rgb(194,159,48); }
td.TdClassName
{
border-color: #C29F30;
}
.TagClassName
{
border-color: #C29F30;
}
</style>