Shades of Nugget #C28C19
Tints of Nugget #C28C19
RGB
CMYK
RGB Variations
Color information
#C28C19 (or 0xC28C19) is known color: Nugget. HEX triplet: C2, 8C and 19. RGB value is (194,140,25). Sum of RGB (Red+Green+Blue) = 194+140+25=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28C19 is #3D73E6. Grayscale: #8F8F8F. Windows color (decimal): -4027367 or 1674434. OLE color: 1674434.
HSL color Cylindrical-coordinate representation of color #C28C19: hue angle of 40.83º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C28C19 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 25 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.24 |
| HSL | 40.83º | 0.77% | 0.43% | - |
| HSV(B) | 40.83º | 0.87% | 0.76% | - |
| XYZ | 31.8 | 30.3 | 5.09 | - |
| YUV | 143.04 | 61.39 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 25 | 0 | 0.28 | 0.87 | 0.24 | 40.83 | 0.77 | 0.43 |
| Hex | C2 | 8C | 19 | 0 | 1C | 57 | 18 | 29 | 4D | 2B |
| Octal | 302 | 214 | 31 | 0 | 34 | 127 | 30 | 51 | 115 | 53 |
| Binary | 11000010 | 10001100 | 11001 | 0 | 11100 | 1010111 | 11000 | 101001 | 1001101 | 101011 |
Color Harmonies of #C28C19
Complementary color
Monochromatic Colors of #C28C19
Black with #C28C19
Text Example
Text Example
White with #C28C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C19; }
p { color: rgb(194,140,25); }
H1.HeaderClassName
{
color: #C28C19;
}
.AnyTagClassName
{
color: #C28C19;
}
</style>
background-color css
<style>
a { background-color: #C28C19; }
a { background-color: rgb(194,140,25); }
div.DivClassName
{
background-color: #C28C19;
}
.BgClassName
{
background-color: #C28C19;
}
</style>
border-color css
<style>
span { border-color: #C28C19; }
span { border-color: rgb(194,140,25); }
td.TdClassName
{
border-color: #C28C19;
}
.TagClassName
{
border-color: #C28C19;
}
</style>