Shades of Nugget #C08C21
Tints of Nugget #C08C21
RGB
CMYK
RGB Variations
Color information
#C08C21 (or 0xC08C21) is known color: Nugget. HEX triplet: C0, 8C and 21. RGB value is (192,140,33). Sum of RGB (Red+Green+Blue) = 192+140+33=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08C21 is #3F73DE. Grayscale: #8F8F8F. Windows color (decimal): -4158431 or 2198720. OLE color: 2198720.
HSL color Cylindrical-coordinate representation of color #C08C21: hue angle of 40.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C08C21 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 140 | 33 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.25 |
| HSL | 40.38º | 0.71% | 0.44% | - |
| HSV(B) | 40.38º | 0.83% | 0.75% | - |
| XYZ | 31.39 | 30.07 | 5.59 | - |
| YUV | 143.35 | 65.73 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 33 | 0 | 0.27 | 0.83 | 0.25 | 40.38 | 0.71 | 0.44 |
| Hex | C0 | 8C | 21 | 0 | 1B | 53 | 19 | 28 | 47 | 2C |
| Octal | 300 | 214 | 41 | 0 | 33 | 123 | 31 | 50 | 107 | 54 |
| Binary | 11000000 | 10001100 | 100001 | 0 | 11011 | 1010011 | 11001 | 101000 | 1000111 | 101100 |
Color Harmonies of #C08C21
Complementary color
Monochromatic Colors of #C08C21
Black with #C08C21
Text Example
Text Example
White with #C08C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08C21; }
p { color: rgb(192,140,33); }
H1.HeaderClassName
{
color: #C08C21;
}
.AnyTagClassName
{
color: #C08C21;
}
</style>
background-color css
<style>
a { background-color: #C08C21; }
a { background-color: rgb(192,140,33); }
div.DivClassName
{
background-color: #C08C21;
}
.BgClassName
{
background-color: #C08C21;
}
</style>
border-color css
<style>
span { border-color: #C08C21; }
span { border-color: rgb(192,140,33); }
td.TdClassName
{
border-color: #C08C21;
}
.TagClassName
{
border-color: #C08C21;
}
</style>