Shades of Nugget #C08A21
Tints of Nugget #C08A21
RGB
CMYK
RGB Variations
Color information
#C08A21 (or 0xC08A21) is known color: Nugget. HEX triplet: C0, 8A and 21. RGB value is (192,138,33). Sum of RGB (Red+Green+Blue) = 192+138+33=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08A21 is #3F75DE. Grayscale: #8E8E8E. Windows color (decimal): -4158943 or 2198208. OLE color: 2198208.
HSL color Cylindrical-coordinate representation of color #C08A21: hue angle of 39.62º 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 #C08A21 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 33 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.25 |
| HSL | 39.62º | 0.71% | 0.44% | - |
| HSV(B) | 39.62º | 0.83% | 0.75% | - |
| XYZ | 31.1 | 29.49 | 5.49 | - |
| YUV | 142.18 | 66.39 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 33 | 0 | 0.28 | 0.83 | 0.25 | 39.62 | 0.71 | 0.44 |
| Hex | C0 | 8A | 21 | 0 | 1C | 53 | 19 | 28 | 47 | 2C |
| Octal | 300 | 212 | 41 | 0 | 34 | 123 | 31 | 50 | 107 | 54 |
| Binary | 11000000 | 10001010 | 100001 | 0 | 11100 | 1010011 | 11001 | 101000 | 1000111 | 101100 |
Color Harmonies of #C08A21
Complementary color
Monochromatic Colors of #C08A21
Black with #C08A21
Text Example
Text Example
White with #C08A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A21; }
p { color: rgb(192,138,33); }
H1.HeaderClassName
{
color: #C08A21;
}
.AnyTagClassName
{
color: #C08A21;
}
</style>
background-color css
<style>
a { background-color: #C08A21; }
a { background-color: rgb(192,138,33); }
div.DivClassName
{
background-color: #C08A21;
}
.BgClassName
{
background-color: #C08A21;
}
</style>
border-color css
<style>
span { border-color: #C08A21; }
span { border-color: rgb(192,138,33); }
td.TdClassName
{
border-color: #C08A21;
}
.TagClassName
{
border-color: #C08A21;
}
</style>