Shades of Nugget #C89A2B
Tints of Nugget #C89A2B
RGB
CMYK
RGB Variations
Color information
#C89A2B (or 0xC89A2B) is known color: Nugget. HEX triplet: C8, 9A and 2B. RGB value is (200,154,43). Sum of RGB (Red+Green+Blue) = 200+154+43=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89A2B is #3765D4. Grayscale: #9B9B9B. Windows color (decimal): -3630549 or 2857672. OLE color: 2857672.
HSL color Cylindrical-coordinate representation of color #C89A2B: hue angle of 42.42º degrees, saturation: 0.65, 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 #C89A2B is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 43 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.22 |
| HSL | 42.42º | 0.65% | 0.48% | - |
| HSV(B) | 42.42º | 0.79% | 0.78% | - |
| XYZ | 35.81 | 35.56 | 7.26 | - |
| YUV | 155.1 | 64.74 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 43 | 0 | 0.23 | 0.78 | 0.22 | 42.42 | 0.65 | 0.48 |
| Hex | C8 | 9A | 2B | 0 | 17 | 4E | 16 | 2A | 41 | 30 |
| Octal | 310 | 232 | 53 | 0 | 27 | 116 | 26 | 52 | 101 | 60 |
| Binary | 11001000 | 10011010 | 101011 | 0 | 10111 | 1001110 | 10110 | 101010 | 1000001 | 110000 |
Color Harmonies of #C89A2B
Complementary color
Monochromatic Colors of #C89A2B
Black with #C89A2B
Text Example
Text Example
White with #C89A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A2B; }
p { color: rgb(200,154,43); }
H1.HeaderClassName
{
color: #C89A2B;
}
.AnyTagClassName
{
color: #C89A2B;
}
</style>
background-color css
<style>
a { background-color: #C89A2B; }
a { background-color: rgb(200,154,43); }
div.DivClassName
{
background-color: #C89A2B;
}
.BgClassName
{
background-color: #C89A2B;
}
</style>
border-color css
<style>
span { border-color: #C89A2B; }
span { border-color: rgb(200,154,43); }
td.TdClassName
{
border-color: #C89A2B;
}
.TagClassName
{
border-color: #C89A2B;
}
</style>