Shades of Nugget #C28E21
Tints of Nugget #C28E21
RGB
CMYK
RGB Variations
Color information
#C28E21 (or 0xC28E21) is known color: Nugget. HEX triplet: C2, 8E and 21. RGB value is (194,142,33). Sum of RGB (Red+Green+Blue) = 194+142+33=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28E21 is #3D71DE. Grayscale: #919191. Windows color (decimal): -4026847 or 2199234. OLE color: 2199234.
HSL color Cylindrical-coordinate representation of color #C28E21: hue angle of 40.62º 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 #C28E21 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 33 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.24 |
| HSL | 40.62º | 0.71% | 0.45% | - |
| HSV(B) | 40.62º | 0.83% | 0.76% | - |
| XYZ | 32.2 | 30.93 | 5.71 | - |
| YUV | 145.12 | 64.73 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 33 | 0 | 0.27 | 0.83 | 0.24 | 40.62 | 0.71 | 0.45 |
| Hex | C2 | 8E | 21 | 0 | 1B | 53 | 18 | 29 | 47 | 2D |
| Octal | 302 | 216 | 41 | 0 | 33 | 123 | 30 | 51 | 107 | 55 |
| Binary | 11000010 | 10001110 | 100001 | 0 | 11011 | 1010011 | 11000 | 101001 | 1000111 | 101101 |
Color Harmonies of #C28E21
Complementary color
Monochromatic Colors of #C28E21
Black with #C28E21
Text Example
Text Example
White with #C28E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28E21; }
p { color: rgb(194,142,33); }
H1.HeaderClassName
{
color: #C28E21;
}
.AnyTagClassName
{
color: #C28E21;
}
</style>
background-color css
<style>
a { background-color: #C28E21; }
a { background-color: rgb(194,142,33); }
div.DivClassName
{
background-color: #C28E21;
}
.BgClassName
{
background-color: #C28E21;
}
</style>
border-color css
<style>
span { border-color: #C28E21; }
span { border-color: rgb(194,142,33); }
td.TdClassName
{
border-color: #C28E21;
}
.TagClassName
{
border-color: #C28E21;
}
</style>