Shades of Nugget #C89421
Tints of Nugget #C89421
RGB
CMYK
RGB Variations
Color information
#C89421 (or 0xC89421) is known color: Nugget. HEX triplet: C8, 94 and 21. RGB value is (200,148,33). Sum of RGB (Red+Green+Blue) = 200+148+33=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C89421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89421 is #376BDE. Grayscale: #969696. Windows color (decimal): -3632095 or 2200776. OLE color: 2200776.
HSL color Cylindrical-coordinate representation of color #C89421: hue angle of 41.32º degrees, saturation: 0.72, 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 #C89421 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 33 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.22 |
| HSL | 41.32º | 0.72% | 0.46% | - |
| HSV(B) | 41.32º | 0.84% | 0.78% | - |
| XYZ | 34.68 | 33.57 | 6.09 | - |
| YUV | 150.44 | 61.73 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 33 | 0 | 0.26 | 0.84 | 0.22 | 41.32 | 0.72 | 0.46 |
| Hex | C8 | 94 | 21 | 0 | 1A | 54 | 16 | 29 | 48 | 2E |
| Octal | 310 | 224 | 41 | 0 | 32 | 124 | 26 | 51 | 110 | 56 |
| Binary | 11001000 | 10010100 | 100001 | 0 | 11010 | 1010100 | 10110 | 101001 | 1001000 | 101110 |
Color Harmonies of #C89421
Complementary color
Monochromatic Colors of #C89421
Black with #C89421
Text Example
Text Example
White with #C89421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89421; }
p { color: rgb(200,148,33); }
H1.HeaderClassName
{
color: #C89421;
}
.AnyTagClassName
{
color: #C89421;
}
</style>
background-color css
<style>
a { background-color: #C89421; }
a { background-color: rgb(200,148,33); }
div.DivClassName
{
background-color: #C89421;
}
.BgClassName
{
background-color: #C89421;
}
</style>
border-color css
<style>
span { border-color: #C89421; }
span { border-color: rgb(200,148,33); }
td.TdClassName
{
border-color: #C89421;
}
.TagClassName
{
border-color: #C89421;
}
</style>