Shades of Nugget #C08A20
Tints of Nugget #C08A20
RGB
CMYK
RGB Variations
Color information
#C08A20 (or 0xC08A20) is known color: Nugget. HEX triplet: C0, 8A and 20. RGB value is (192,138,32). Sum of RGB (Red+Green+Blue) = 192+138+32=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08A20 is #3F75DF. Grayscale: #8E8E8E. Windows color (decimal): -4158944 or 2132672. OLE color: 2132672.
HSL color Cylindrical-coordinate representation of color #C08A20: hue angle of 39.75º 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 #C08A20 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 32 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.25 |
| HSL | 39.75º | 0.71% | 0.44% | - |
| HSV(B) | 39.75º | 0.83% | 0.75% | - |
| XYZ | 31.09 | 29.49 | 5.42 | - |
| YUV | 142.06 | 65.89 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 32 | 0 | 0.28 | 0.83 | 0.25 | 39.75 | 0.71 | 0.44 |
| Hex | C0 | 8A | 20 | 0 | 1C | 53 | 19 | 28 | 47 | 2C |
| Octal | 300 | 212 | 40 | 0 | 34 | 123 | 31 | 50 | 107 | 54 |
| Binary | 11000000 | 10001010 | 100000 | 0 | 11100 | 1010011 | 11001 | 101000 | 1000111 | 101100 |
Color Harmonies of #C08A20
Complementary color
Monochromatic Colors of #C08A20
Black with #C08A20
Text Example
Text Example
White with #C08A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A20; }
p { color: rgb(192,138,32); }
H1.HeaderClassName
{
color: #C08A20;
}
.AnyTagClassName
{
color: #C08A20;
}
</style>
background-color css
<style>
a { background-color: #C08A20; }
a { background-color: rgb(192,138,32); }
div.DivClassName
{
background-color: #C08A20;
}
.BgClassName
{
background-color: #C08A20;
}
</style>
border-color css
<style>
span { border-color: #C08A20; }
span { border-color: rgb(192,138,32); }
td.TdClassName
{
border-color: #C08A20;
}
.TagClassName
{
border-color: #C08A20;
}
</style>