Shades of Nugget #C29A26
Tints of Nugget #C29A26
RGB
CMYK
RGB Variations
Color information
#C29A26 (or 0xC29A26) is known color: Nugget. HEX triplet: C2, 9A and 26. RGB value is (194,154,38). Sum of RGB (Red+Green+Blue) = 194+154+38=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 38 (15.23% from 255 or 9.84% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29A26 is #3D65D9. Grayscale: #999999. Windows color (decimal): -4023770 or 2529986. OLE color: 2529986.
HSL color Cylindrical-coordinate representation of color #C29A26: hue angle of 44.62º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C29A26 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 38 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.24 |
| HSL | 44.62º | 0.67% | 0.45% | - |
| HSV(B) | 44.62º | 0.8% | 0.76% | - |
| XYZ | 34.15 | 34.72 | 6.74 | - |
| YUV | 152.74 | 63.25 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 38 | 0 | 0.21 | 0.80 | 0.24 | 44.62 | 0.67 | 0.45 |
| Hex | C2 | 9A | 26 | 0 | 15 | 50 | 18 | 2D | 43 | 2D |
| Octal | 302 | 232 | 46 | 0 | 25 | 120 | 30 | 55 | 103 | 55 |
| Binary | 11000010 | 10011010 | 100110 | 0 | 10101 | 1010000 | 11000 | 101101 | 1000011 | 101101 |
Color Harmonies of #C29A26
Complementary color
Monochromatic Colors of #C29A26
Black with #C29A26
Text Example
Text Example
White with #C29A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A26; }
p { color: rgb(194,154,38); }
H1.HeaderClassName
{
color: #C29A26;
}
.AnyTagClassName
{
color: #C29A26;
}
</style>
background-color css
<style>
a { background-color: #C29A26; }
a { background-color: rgb(194,154,38); }
div.DivClassName
{
background-color: #C29A26;
}
.BgClassName
{
background-color: #C29A26;
}
</style>
border-color css
<style>
span { border-color: #C29A26; }
span { border-color: rgb(194,154,38); }
td.TdClassName
{
border-color: #C29A26;
}
.TagClassName
{
border-color: #C29A26;
}
</style>