Shades of Nugget #C89020
Tints of Nugget #C89020
RGB
CMYK
RGB Variations
Color information
#C89020 (or 0xC89020) is known color: Nugget. HEX triplet: C8, 90 and 20. RGB value is (200,144,32). Sum of RGB (Red+Green+Blue) = 200+144+32=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C89020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89020 is #376FDF. Grayscale: #949494. Windows color (decimal): -3633120 or 2134216. OLE color: 2134216.
HSL color Cylindrical-coordinate representation of color #C89020: hue angle of 40º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C89020 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 32 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.22 |
| HSL | 40º | 0.72% | 0.45% | - |
| HSV(B) | 40º | 0.84% | 0.78% | - |
| XYZ | 34.05 | 32.33 | 5.81 | - |
| YUV | 147.98 | 62.55 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 32 | 0 | 0.28 | 0.84 | 0.22 | 40 | 0.72 | 0.45 |
| Hex | C8 | 90 | 20 | 0 | 1C | 54 | 16 | 28 | 48 | 2D |
| Octal | 310 | 220 | 40 | 0 | 34 | 124 | 26 | 50 | 110 | 55 |
| Binary | 11001000 | 10010000 | 100000 | 0 | 11100 | 1010100 | 10110 | 101000 | 1001000 | 101101 |
Color Harmonies of #C89020
Complementary color
Monochromatic Colors of #C89020
Black with #C89020
Text Example
Text Example
White with #C89020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89020; }
p { color: rgb(200,144,32); }
H1.HeaderClassName
{
color: #C89020;
}
.AnyTagClassName
{
color: #C89020;
}
</style>
background-color css
<style>
a { background-color: #C89020; }
a { background-color: rgb(200,144,32); }
div.DivClassName
{
background-color: #C89020;
}
.BgClassName
{
background-color: #C89020;
}
</style>
border-color css
<style>
span { border-color: #C89020; }
span { border-color: rgb(200,144,32); }
td.TdClassName
{
border-color: #C89020;
}
.TagClassName
{
border-color: #C89020;
}
</style>