Shades of Nugget #C29521
Tints of Nugget #C29521
RGB
CMYK
RGB Variations
Color information
#C29521 (or 0xC29521) is known color: Nugget. HEX triplet: C2, 95 and 21. RGB value is (194,149,33). Sum of RGB (Red+Green+Blue) = 194+149+33=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 33 (13.28% from 255 or 8.78% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C29521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29521 is #3D6ADE. Grayscale: #959595. Windows color (decimal): -4025055 or 2201026. OLE color: 2201026.
HSL color Cylindrical-coordinate representation of color #C29521: hue angle of 43.23º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C29521 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 33 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.24 |
| HSL | 43.23º | 0.71% | 0.45% | - |
| HSV(B) | 43.23º | 0.83% | 0.76% | - |
| XYZ | 33.27 | 33.07 | 6.07 | - |
| YUV | 149.23 | 62.41 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 33 | 0 | 0.23 | 0.83 | 0.24 | 43.23 | 0.71 | 0.45 |
| Hex | C2 | 95 | 21 | 0 | 17 | 53 | 18 | 2B | 47 | 2D |
| Octal | 302 | 225 | 41 | 0 | 27 | 123 | 30 | 53 | 107 | 55 |
| Binary | 11000010 | 10010101 | 100001 | 0 | 10111 | 1010011 | 11000 | 101011 | 1000111 | 101101 |
Color Harmonies of #C29521
Complementary color
Monochromatic Colors of #C29521
Black with #C29521
Text Example
Text Example
White with #C29521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29521; }
p { color: rgb(194,149,33); }
H1.HeaderClassName
{
color: #C29521;
}
.AnyTagClassName
{
color: #C29521;
}
</style>
background-color css
<style>
a { background-color: #C29521; }
a { background-color: rgb(194,149,33); }
div.DivClassName
{
background-color: #C29521;
}
.BgClassName
{
background-color: #C29521;
}
</style>
border-color css
<style>
span { border-color: #C29521; }
span { border-color: rgb(194,149,33); }
td.TdClassName
{
border-color: #C29521;
}
.TagClassName
{
border-color: #C29521;
}
</style>