Shades of Nugget #C89A2E
Tints of Nugget #C89A2E
RGB
CMYK
RGB Variations
Color information
#C89A2E (or 0xC89A2E) is known color: Nugget. HEX triplet: C8, 9A and 2E. RGB value is (200,154,46). Sum of RGB (Red+Green+Blue) = 200+154+46=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89A2E is #3765D1. Grayscale: #9B9B9B. Windows color (decimal): -3630546 or 3054280. OLE color: 3054280.
HSL color Cylindrical-coordinate representation of color #C89A2E: hue angle of 42.08º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C89A2E is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 46 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.22 |
| HSL | 42.08º | 0.63% | 0.48% | - |
| HSV(B) | 42.08º | 0.77% | 0.78% | - |
| XYZ | 35.87 | 35.59 | 7.56 | - |
| YUV | 155.44 | 66.24 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 46 | 0 | 0.23 | 0.77 | 0.22 | 42.08 | 0.63 | 0.48 |
| Hex | C8 | 9A | 2E | 0 | 17 | 4D | 16 | 2A | 3F | 30 |
| Octal | 310 | 232 | 56 | 0 | 27 | 115 | 26 | 52 | 77 | 60 |
| Binary | 11001000 | 10011010 | 101110 | 0 | 10111 | 1001101 | 10110 | 101010 | 111111 | 110000 |
Color Harmonies of #C89A2E
Complementary color
Monochromatic Colors of #C89A2E
Black with #C89A2E
Text Example
Text Example
White with #C89A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A2E; }
p { color: rgb(200,154,46); }
H1.HeaderClassName
{
color: #C89A2E;
}
.AnyTagClassName
{
color: #C89A2E;
}
</style>
background-color css
<style>
a { background-color: #C89A2E; }
a { background-color: rgb(200,154,46); }
div.DivClassName
{
background-color: #C89A2E;
}
.BgClassName
{
background-color: #C89A2E;
}
</style>
border-color css
<style>
span { border-color: #C89A2E; }
span { border-color: rgb(200,154,46); }
td.TdClassName
{
border-color: #C89A2E;
}
.TagClassName
{
border-color: #C89A2E;
}
</style>