Shades of Nugget #C28F21
Tints of Nugget #C28F21
RGB
CMYK
RGB Variations
Color information
#C28F21 (or 0xC28F21) is known color: Nugget. HEX triplet: C2, 8F and 21. RGB value is (194,143,33). Sum of RGB (Red+Green+Blue) = 194+143+33=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 33 (13.28% from 255 or 8.92% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28F21 is #3D70DE. Grayscale: #929292. Windows color (decimal): -4026591 or 2199490. OLE color: 2199490.
HSL color Cylindrical-coordinate representation of color #C28F21: hue angle of 40.99º 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 #C28F21 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 33 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.24 |
| HSL | 40.99º | 0.71% | 0.45% | - |
| HSV(B) | 40.99º | 0.83% | 0.76% | - |
| XYZ | 32.35 | 31.22 | 5.76 | - |
| YUV | 145.71 | 64.4 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 33 | 0 | 0.26 | 0.83 | 0.24 | 40.99 | 0.71 | 0.45 |
| Hex | C2 | 8F | 21 | 0 | 1A | 53 | 18 | 29 | 47 | 2D |
| Octal | 302 | 217 | 41 | 0 | 32 | 123 | 30 | 51 | 107 | 55 |
| Binary | 11000010 | 10001111 | 100001 | 0 | 11010 | 1010011 | 11000 | 101001 | 1000111 | 101101 |
Color Harmonies of #C28F21
Complementary color
Monochromatic Colors of #C28F21
Black with #C28F21
Text Example
Text Example
White with #C28F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28F21; }
p { color: rgb(194,143,33); }
H1.HeaderClassName
{
color: #C28F21;
}
.AnyTagClassName
{
color: #C28F21;
}
</style>
background-color css
<style>
a { background-color: #C28F21; }
a { background-color: rgb(194,143,33); }
div.DivClassName
{
background-color: #C28F21;
}
.BgClassName
{
background-color: #C28F21;
}
</style>
border-color css
<style>
span { border-color: #C28F21; }
span { border-color: rgb(194,143,33); }
td.TdClassName
{
border-color: #C28F21;
}
.TagClassName
{
border-color: #C28F21;
}
</style>