Shades of Nugget #C29A2A
Tints of Nugget #C29A2A
RGB
CMYK
RGB Variations
Color information
#C29A2A (or 0xC29A2A) is known color: Nugget. HEX triplet: C2, 9A and 2A. RGB value is (194,154,42). Sum of RGB (Red+Green+Blue) = 194+154+42=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29A2A is #3D65D5. Grayscale: #999999. Windows color (decimal): -4023766 or 2792130. OLE color: 2792130.
HSL color Cylindrical-coordinate representation of color #C29A2A: hue angle of 44.21º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C29A2A is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 42 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.24 |
| HSL | 44.21º | 0.64% | 0.46% | - |
| HSV(B) | 44.21º | 0.78% | 0.76% | - |
| XYZ | 34.22 | 34.75 | 7.09 | - |
| YUV | 153.19 | 65.25 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 42 | 0 | 0.21 | 0.78 | 0.24 | 44.21 | 0.64 | 0.46 |
| Hex | C2 | 9A | 2A | 0 | 15 | 4E | 18 | 2C | 40 | 2E |
| Octal | 302 | 232 | 52 | 0 | 25 | 116 | 30 | 54 | 100 | 56 |
| Binary | 11000010 | 10011010 | 101010 | 0 | 10101 | 1001110 | 11000 | 101100 | 1000000 | 101110 |
Color Harmonies of #C29A2A
Complementary color
Monochromatic Colors of #C29A2A
Black with #C29A2A
Text Example
Text Example
White with #C29A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A2A; }
p { color: rgb(194,154,42); }
H1.HeaderClassName
{
color: #C29A2A;
}
.AnyTagClassName
{
color: #C29A2A;
}
</style>
background-color css
<style>
a { background-color: #C29A2A; }
a { background-color: rgb(194,154,42); }
div.DivClassName
{
background-color: #C29A2A;
}
.BgClassName
{
background-color: #C29A2A;
}
</style>
border-color css
<style>
span { border-color: #C29A2A; }
span { border-color: rgb(194,154,42); }
td.TdClassName
{
border-color: #C29A2A;
}
.TagClassName
{
border-color: #C29A2A;
}
</style>