Shades of Nugget #C89A2F
Tints of Nugget #C89A2F
RGB
CMYK
RGB Variations
Color information
#C89A2F (or 0xC89A2F) is known color: Nugget. HEX triplet: C8, 9A and 2F. RGB value is (200,154,47). Sum of RGB (Red+Green+Blue) = 200+154+47=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 47 (18.75% from 255 or 11.72% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89A2F is #3765D0. Grayscale: #9C9C9C. Windows color (decimal): -3630545 or 3119816. OLE color: 3119816.
HSL color Cylindrical-coordinate representation of color #C89A2F: hue angle of 41.96º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C89A2F is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 47 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.22 |
| HSL | 41.96º | 0.62% | 0.48% | - |
| HSV(B) | 41.96º | 0.77% | 0.78% | - |
| XYZ | 35.89 | 35.6 | 7.67 | - |
| YUV | 155.56 | 66.74 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 47 | 0 | 0.23 | 0.76 | 0.22 | 41.96 | 0.62 | 0.48 |
| Hex | C8 | 9A | 2F | 0 | 17 | 4C | 16 | 2A | 3E | 30 |
| Octal | 310 | 232 | 57 | 0 | 27 | 114 | 26 | 52 | 76 | 60 |
| Binary | 11001000 | 10011010 | 101111 | 0 | 10111 | 1001100 | 10110 | 101010 | 111110 | 110000 |
Color Harmonies of #C89A2F
Complementary color
Monochromatic Colors of #C89A2F
Black with #C89A2F
Text Example
Text Example
White with #C89A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A2F; }
p { color: rgb(200,154,47); }
H1.HeaderClassName
{
color: #C89A2F;
}
.AnyTagClassName
{
color: #C89A2F;
}
</style>
background-color css
<style>
a { background-color: #C89A2F; }
a { background-color: rgb(200,154,47); }
div.DivClassName
{
background-color: #C89A2F;
}
.BgClassName
{
background-color: #C89A2F;
}
</style>
border-color css
<style>
span { border-color: #C89A2F; }
span { border-color: rgb(200,154,47); }
td.TdClassName
{
border-color: #C89A2F;
}
.TagClassName
{
border-color: #C89A2F;
}
</style>