Shades of Nugget #C89A2C
Tints of Nugget #C89A2C
RGB
CMYK
RGB Variations
Color information
#C89A2C (or 0xC89A2C) is known color: Nugget. HEX triplet: C8, 9A and 2C. RGB value is (200,154,44). Sum of RGB (Red+Green+Blue) = 200+154+44=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89A2C is #3765D3. Grayscale: #9B9B9B. Windows color (decimal): -3630548 or 2923208. OLE color: 2923208.
HSL color Cylindrical-coordinate representation of color #C89A2C: hue angle of 42.31º 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 #C89A2C is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 44 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.22 |
| HSL | 42.31º | 0.64% | 0.48% | - |
| HSV(B) | 42.31º | 0.78% | 0.78% | - |
| XYZ | 35.83 | 35.57 | 7.36 | - |
| YUV | 155.21 | 65.24 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 44 | 0 | 0.23 | 0.78 | 0.22 | 42.31 | 0.64 | 0.48 |
| Hex | C8 | 9A | 2C | 0 | 17 | 4E | 16 | 2A | 40 | 30 |
| Octal | 310 | 232 | 54 | 0 | 27 | 116 | 26 | 52 | 100 | 60 |
| Binary | 11001000 | 10011010 | 101100 | 0 | 10111 | 1001110 | 10110 | 101010 | 1000000 | 110000 |
Color Harmonies of #C89A2C
Complementary color
Monochromatic Colors of #C89A2C
Black with #C89A2C
Text Example
Text Example
White with #C89A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A2C; }
p { color: rgb(200,154,44); }
H1.HeaderClassName
{
color: #C89A2C;
}
.AnyTagClassName
{
color: #C89A2C;
}
</style>
background-color css
<style>
a { background-color: #C89A2C; }
a { background-color: rgb(200,154,44); }
div.DivClassName
{
background-color: #C89A2C;
}
.BgClassName
{
background-color: #C89A2C;
}
</style>
border-color css
<style>
span { border-color: #C89A2C; }
span { border-color: rgb(200,154,44); }
td.TdClassName
{
border-color: #C89A2C;
}
.TagClassName
{
border-color: #C89A2C;
}
</style>