Shades of Nugget #C89F2A
Tints of Nugget #C89F2A
RGB
CMYK
RGB Variations
Color information
#C89F2A (or 0xC89F2A) is known color: Nugget. HEX triplet: C8, 9F and 2A. RGB value is (200,159,42). Sum of RGB (Red+Green+Blue) = 200+159+42=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89F2A is #3760D5. Grayscale: #9E9E9E. Windows color (decimal): -3629270 or 2793416. OLE color: 2793416.
HSL color Cylindrical-coordinate representation of color #C89F2A: hue angle of 44.43º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C89F2A is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 42 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.22 |
| HSL | 44.43º | 0.65% | 0.47% | - |
| HSV(B) | 44.43º | 0.79% | 0.78% | - |
| XYZ | 36.64 | 37.24 | 7.45 | - |
| YUV | 157.92 | 62.58 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 42 | 0 | 0.20 | 0.79 | 0.22 | 44.43 | 0.65 | 0.47 |
| Hex | C8 | 9F | 2A | 0 | 14 | 4F | 16 | 2C | 41 | 2F |
| Octal | 310 | 237 | 52 | 0 | 24 | 117 | 26 | 54 | 101 | 57 |
| Binary | 11001000 | 10011111 | 101010 | 0 | 10100 | 1001111 | 10110 | 101100 | 1000001 | 101111 |
Color Harmonies of #C89F2A
Complementary color
Monochromatic Colors of #C89F2A
Black with #C89F2A
Text Example
Text Example
White with #C89F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F2A; }
p { color: rgb(200,159,42); }
H1.HeaderClassName
{
color: #C89F2A;
}
.AnyTagClassName
{
color: #C89F2A;
}
</style>
background-color css
<style>
a { background-color: #C89F2A; }
a { background-color: rgb(200,159,42); }
div.DivClassName
{
background-color: #C89F2A;
}
.BgClassName
{
background-color: #C89F2A;
}
</style>
border-color css
<style>
span { border-color: #C89F2A; }
span { border-color: rgb(200,159,42); }
td.TdClassName
{
border-color: #C89F2A;
}
.TagClassName
{
border-color: #C89F2A;
}
</style>