Shades of Nugget #C08821
Tints of Nugget #C08821
RGB
CMYK
RGB Variations
Color information
#C08821 (or 0xC08821) is known color: Nugget. HEX triplet: C0, 88 and 21. RGB value is (192,136,33). Sum of RGB (Red+Green+Blue) = 192+136+33=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C08821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08821 is #3F77DE. Grayscale: #8D8D8D. Windows color (decimal): -4159455 or 2197696. OLE color: 2197696.
HSL color Cylindrical-coordinate representation of color #C08821: hue angle of 38.87º 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 #C08821 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 33 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.25 |
| HSL | 38.87º | 0.71% | 0.44% | - |
| HSV(B) | 38.87º | 0.83% | 0.75% | - |
| XYZ | 30.82 | 28.92 | 5.4 | - |
| YUV | 141 | 67.05 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 33 | 0 | 0.29 | 0.83 | 0.25 | 38.87 | 0.71 | 0.44 |
| Hex | C0 | 88 | 21 | 0 | 1D | 53 | 19 | 27 | 47 | 2C |
| Octal | 300 | 210 | 41 | 0 | 35 | 123 | 31 | 47 | 107 | 54 |
| Binary | 11000000 | 10001000 | 100001 | 0 | 11101 | 1010011 | 11001 | 100111 | 1000111 | 101100 |
Color Harmonies of #C08821
Complementary color
Monochromatic Colors of #C08821
Black with #C08821
Text Example
Text Example
White with #C08821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08821; }
p { color: rgb(192,136,33); }
H1.HeaderClassName
{
color: #C08821;
}
.AnyTagClassName
{
color: #C08821;
}
</style>
background-color css
<style>
a { background-color: #C08821; }
a { background-color: rgb(192,136,33); }
div.DivClassName
{
background-color: #C08821;
}
.BgClassName
{
background-color: #C08821;
}
</style>
border-color css
<style>
span { border-color: #C08821; }
span { border-color: rgb(192,136,33); }
td.TdClassName
{
border-color: #C08821;
}
.TagClassName
{
border-color: #C08821;
}
</style>