Shades of Nugget #C29926
Tints of Nugget #C29926
RGB
CMYK
RGB Variations
Color information
#C29926 (or 0xC29926) is known color: Nugget. HEX triplet: C2, 99 and 26. RGB value is (194,153,38). Sum of RGB (Red+Green+Blue) = 194+153+38=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 38 (15.23% from 255 or 9.87% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C29926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29926 is #3D66D9. Grayscale: #989898. Windows color (decimal): -4024026 or 2529730. OLE color: 2529730.
HSL color Cylindrical-coordinate representation of color #C29926: hue angle of 44.23º 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 #C29926 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 38 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.24 |
| HSL | 44.23º | 0.67% | 0.45% | - |
| HSV(B) | 44.23º | 0.8% | 0.76% | - |
| XYZ | 33.99 | 34.39 | 6.68 | - |
| YUV | 152.15 | 63.58 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 38 | 0 | 0.21 | 0.80 | 0.24 | 44.23 | 0.67 | 0.45 |
| Hex | C2 | 99 | 26 | 0 | 15 | 50 | 18 | 2C | 43 | 2D |
| Octal | 302 | 231 | 46 | 0 | 25 | 120 | 30 | 54 | 103 | 55 |
| Binary | 11000010 | 10011001 | 100110 | 0 | 10101 | 1010000 | 11000 | 101100 | 1000011 | 101101 |
Color Harmonies of #C29926
Complementary color
Monochromatic Colors of #C29926
Black with #C29926
Text Example
Text Example
White with #C29926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29926; }
p { color: rgb(194,153,38); }
H1.HeaderClassName
{
color: #C29926;
}
.AnyTagClassName
{
color: #C29926;
}
</style>
background-color css
<style>
a { background-color: #C29926; }
a { background-color: rgb(194,153,38); }
div.DivClassName
{
background-color: #C29926;
}
.BgClassName
{
background-color: #C29926;
}
</style>
border-color css
<style>
span { border-color: #C29926; }
span { border-color: rgb(194,153,38); }
td.TdClassName
{
border-color: #C29926;
}
.TagClassName
{
border-color: #C29926;
}
</style>