Shades of Nugget #C89D2C
Tints of Nugget #C89D2C
RGB
CMYK
RGB Variations
Color information
#C89D2C (or 0xC89D2C) is known color: Nugget. HEX triplet: C8, 9D and 2C. RGB value is (200,157,44). Sum of RGB (Red+Green+Blue) = 200+157+44=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89D2C is #3762D3. Grayscale: #9D9D9D. Windows color (decimal): -3629780 or 2923976. OLE color: 2923976.
HSL color Cylindrical-coordinate representation of color #C89D2C: hue angle of 43.46º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C89D2C is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 44 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.22 |
| HSL | 43.46º | 0.64% | 0.48% | - |
| HSV(B) | 43.46º | 0.78% | 0.78% | - |
| XYZ | 36.33 | 36.58 | 7.53 | - |
| YUV | 156.98 | 64.25 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 44 | 0 | 0.22 | 0.78 | 0.22 | 43.46 | 0.64 | 0.48 |
| Hex | C8 | 9D | 2C | 0 | 16 | 4E | 16 | 2B | 40 | 30 |
| Octal | 310 | 235 | 54 | 0 | 26 | 116 | 26 | 53 | 100 | 60 |
| Binary | 11001000 | 10011101 | 101100 | 0 | 10110 | 1001110 | 10110 | 101011 | 1000000 | 110000 |
Color Harmonies of #C89D2C
Complementary color
Monochromatic Colors of #C89D2C
Black with #C89D2C
Text Example
Text Example
White with #C89D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D2C; }
p { color: rgb(200,157,44); }
H1.HeaderClassName
{
color: #C89D2C;
}
.AnyTagClassName
{
color: #C89D2C;
}
</style>
background-color css
<style>
a { background-color: #C89D2C; }
a { background-color: rgb(200,157,44); }
div.DivClassName
{
background-color: #C89D2C;
}
.BgClassName
{
background-color: #C89D2C;
}
</style>
border-color css
<style>
span { border-color: #C89D2C; }
span { border-color: rgb(200,157,44); }
td.TdClassName
{
border-color: #C89D2C;
}
.TagClassName
{
border-color: #C89D2C;
}
</style>