Shades of Nugget #C89A30
Tints of Nugget #C89A30
RGB
CMYK
RGB Variations
Color information
#C89A30 (or 0xC89A30) is known color: Nugget. HEX triplet: C8, 9A and 30. RGB value is (200,154,48). Sum of RGB (Red+Green+Blue) = 200+154+48=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89A30 is #3765CF. Grayscale: #9C9C9C. Windows color (decimal): -3630544 or 3185352. OLE color: 3185352.
HSL color Cylindrical-coordinate representation of color #C89A30: hue angle of 41.84º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C89A30 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 48 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.22 |
| HSL | 41.84º | 0.61% | 0.49% | - |
| HSV(B) | 41.84º | 0.76% | 0.78% | - |
| XYZ | 35.91 | 35.6 | 7.78 | - |
| YUV | 155.67 | 67.24 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 48 | 0 | 0.23 | 0.76 | 0.22 | 41.84 | 0.61 | 0.49 |
| Hex | C8 | 9A | 30 | 0 | 17 | 4C | 16 | 2A | 3D | 31 |
| Octal | 310 | 232 | 60 | 0 | 27 | 114 | 26 | 52 | 75 | 61 |
| Binary | 11001000 | 10011010 | 110000 | 0 | 10111 | 1001100 | 10110 | 101010 | 111101 | 110001 |
Color Harmonies of #C89A30
Complementary color
Monochromatic Colors of #C89A30
Black with #C89A30
Text Example
Text Example
White with #C89A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A30; }
p { color: rgb(200,154,48); }
H1.HeaderClassName
{
color: #C89A30;
}
.AnyTagClassName
{
color: #C89A30;
}
</style>
background-color css
<style>
a { background-color: #C89A30; }
a { background-color: rgb(200,154,48); }
div.DivClassName
{
background-color: #C89A30;
}
.BgClassName
{
background-color: #C89A30;
}
</style>
border-color css
<style>
span { border-color: #C89A30; }
span { border-color: rgb(200,154,48); }
td.TdClassName
{
border-color: #C89A30;
}
.TagClassName
{
border-color: #C89A30;
}
</style>