Shades of Nugget #C29823
Tints of Nugget #C29823
RGB
CMYK
RGB Variations
Color information
#C29823 (or 0xC29823) is known color: Nugget. HEX triplet: C2, 98 and 23. RGB value is (194,152,35). Sum of RGB (Red+Green+Blue) = 194+152+35=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 35 (14.06% from 255 or 9.19% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C29823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29823 is #3D67DC. Grayscale: #979797. Windows color (decimal): -4024285 or 2332866. OLE color: 2332866.
HSL color Cylindrical-coordinate representation of color #C29823: hue angle of 44.15º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C29823 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 152 | 35 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.24 |
| HSL | 44.15º | 0.69% | 0.45% | - |
| HSV(B) | 44.15º | 0.82% | 0.76% | - |
| XYZ | 33.78 | 34.05 | 6.38 | - |
| YUV | 151.22 | 62.41 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 35 | 0 | 0.22 | 0.82 | 0.24 | 44.15 | 0.69 | 0.45 |
| Hex | C2 | 98 | 23 | 0 | 16 | 52 | 18 | 2C | 45 | 2D |
| Octal | 302 | 230 | 43 | 0 | 26 | 122 | 30 | 54 | 105 | 55 |
| Binary | 11000010 | 10011000 | 100011 | 0 | 10110 | 1010010 | 11000 | 101100 | 1000101 | 101101 |
Color Harmonies of #C29823
Complementary color
Monochromatic Colors of #C29823
Black with #C29823
Text Example
Text Example
White with #C29823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29823; }
p { color: rgb(194,152,35); }
H1.HeaderClassName
{
color: #C29823;
}
.AnyTagClassName
{
color: #C29823;
}
</style>
background-color css
<style>
a { background-color: #C29823; }
a { background-color: rgb(194,152,35); }
div.DivClassName
{
background-color: #C29823;
}
.BgClassName
{
background-color: #C29823;
}
</style>
border-color css
<style>
span { border-color: #C29823; }
span { border-color: rgb(194,152,35); }
td.TdClassName
{
border-color: #C29823;
}
.TagClassName
{
border-color: #C29823;
}
</style>