Shades of Nugget #C89C32
Tints of Nugget #C89C32
RGB
CMYK
RGB Variations
Color information
#C89C32 (or 0xC89C32) is known color: Nugget. HEX triplet: C8, 9C and 32. RGB value is (200,156,50). Sum of RGB (Red+Green+Blue) = 200+156+50=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89C32 is #3763CD. Grayscale: #9D9D9D. Windows color (decimal): -3630030 or 3316936. OLE color: 3316936.
HSL color Cylindrical-coordinate representation of color #C89C32: hue angle of 42.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C89C32 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 156 | 50 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.22 |
| HSL | 42.4º | 0.6% | 0.49% | - |
| HSV(B) | 42.4º | 0.75% | 0.78% | - |
| XYZ | 36.28 | 36.29 | 8.11 | - |
| YUV | 157.07 | 67.58 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 50 | 0 | 0.22 | 0.75 | 0.22 | 42.4 | 0.6 | 0.49 |
| Hex | C8 | 9C | 32 | 0 | 16 | 4B | 16 | 2A | 3C | 31 |
| Octal | 310 | 234 | 62 | 0 | 26 | 113 | 26 | 52 | 74 | 61 |
| Binary | 11001000 | 10011100 | 110010 | 0 | 10110 | 1001011 | 10110 | 101010 | 111100 | 110001 |
Color Harmonies of #C89C32
Complementary color
Monochromatic Colors of #C89C32
Black with #C89C32
Text Example
Text Example
White with #C89C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89C32; }
p { color: rgb(200,156,50); }
H1.HeaderClassName
{
color: #C89C32;
}
.AnyTagClassName
{
color: #C89C32;
}
</style>
background-color css
<style>
a { background-color: #C89C32; }
a { background-color: rgb(200,156,50); }
div.DivClassName
{
background-color: #C89C32;
}
.BgClassName
{
background-color: #C89C32;
}
</style>
border-color css
<style>
span { border-color: #C89C32; }
span { border-color: rgb(200,156,50); }
td.TdClassName
{
border-color: #C89C32;
}
.TagClassName
{
border-color: #C89C32;
}
</style>