Shades of Nugget #C29A2B
Tints of Nugget #C29A2B
RGB
CMYK
RGB Variations
Color information
#C29A2B (or 0xC29A2B) is known color: Nugget. HEX triplet: C2, 9A and 2B. RGB value is (194,154,43). Sum of RGB (Red+Green+Blue) = 194+154+43=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29A2B is #3D65D4. Grayscale: #999999. Windows color (decimal): -4023765 or 2857666. OLE color: 2857666.
HSL color Cylindrical-coordinate representation of color #C29A2B: hue angle of 44.11º 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 #C29A2B is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 43 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.24 |
| HSL | 44.11º | 0.64% | 0.46% | - |
| HSV(B) | 44.11º | 0.78% | 0.76% | - |
| XYZ | 34.24 | 34.75 | 7.19 | - |
| YUV | 153.31 | 65.75 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 43 | 0 | 0.21 | 0.78 | 0.24 | 44.11 | 0.64 | 0.46 |
| Hex | C2 | 9A | 2B | 0 | 15 | 4E | 18 | 2C | 40 | 2E |
| Octal | 302 | 232 | 53 | 0 | 25 | 116 | 30 | 54 | 100 | 56 |
| Binary | 11000010 | 10011010 | 101011 | 0 | 10101 | 1001110 | 11000 | 101100 | 1000000 | 101110 |
Color Harmonies of #C29A2B
Complementary color
Monochromatic Colors of #C29A2B
Black with #C29A2B
Text Example
Text Example
White with #C29A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A2B; }
p { color: rgb(194,154,43); }
H1.HeaderClassName
{
color: #C29A2B;
}
.AnyTagClassName
{
color: #C29A2B;
}
</style>
background-color css
<style>
a { background-color: #C29A2B; }
a { background-color: rgb(194,154,43); }
div.DivClassName
{
background-color: #C29A2B;
}
.BgClassName
{
background-color: #C29A2B;
}
</style>
border-color css
<style>
span { border-color: #C29A2B; }
span { border-color: rgb(194,154,43); }
td.TdClassName
{
border-color: #C29A2B;
}
.TagClassName
{
border-color: #C29A2B;
}
</style>