Shades of Nugget #C89022
Tints of Nugget #C89022
RGB
CMYK
RGB Variations
Color information
#C89022 (or 0xC89022) is known color: Nugget. HEX triplet: C8, 90 and 22. RGB value is (200,144,34). Sum of RGB (Red+Green+Blue) = 200+144+34=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 34 (13.67% from 255 or 8.99% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C89022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89022 is #376FDD. Grayscale: #949494. Windows color (decimal): -3633118 or 2265288. OLE color: 2265288.
HSL color Cylindrical-coordinate representation of color #C89022: hue angle of 39.76º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C89022 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 34 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.22 |
| HSL | 39.76º | 0.71% | 0.46% | - |
| HSV(B) | 39.76º | 0.83% | 0.78% | - |
| XYZ | 34.08 | 32.34 | 5.96 | - |
| YUV | 148.2 | 63.55 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 34 | 0 | 0.28 | 0.83 | 0.22 | 39.76 | 0.71 | 0.46 |
| Hex | C8 | 90 | 22 | 0 | 1C | 53 | 16 | 28 | 47 | 2E |
| Octal | 310 | 220 | 42 | 0 | 34 | 123 | 26 | 50 | 107 | 56 |
| Binary | 11001000 | 10010000 | 100010 | 0 | 11100 | 1010011 | 10110 | 101000 | 1000111 | 101110 |
Color Harmonies of #C89022
Complementary color
Monochromatic Colors of #C89022
Black with #C89022
Text Example
Text Example
White with #C89022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89022; }
p { color: rgb(200,144,34); }
H1.HeaderClassName
{
color: #C89022;
}
.AnyTagClassName
{
color: #C89022;
}
</style>
background-color css
<style>
a { background-color: #C89022; }
a { background-color: rgb(200,144,34); }
div.DivClassName
{
background-color: #C89022;
}
.BgClassName
{
background-color: #C89022;
}
</style>
border-color css
<style>
span { border-color: #C89022; }
span { border-color: rgb(200,144,34); }
td.TdClassName
{
border-color: #C89022;
}
.TagClassName
{
border-color: #C89022;
}
</style>