Shades of Nugget #C89A27
Tints of Nugget #C89A27
RGB
CMYK
RGB Variations
Color information
#C89A27 (or 0xC89A27) is known color: Nugget. HEX triplet: C8, 9A and 27. RGB value is (200,154,39). Sum of RGB (Red+Green+Blue) = 200+154+39=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 39 (15.62% from 255 or 9.92% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89A27 is #3765D8. Grayscale: #9B9B9B. Windows color (decimal): -3630553 or 2595528. OLE color: 2595528.
HSL color Cylindrical-coordinate representation of color #C89A27: hue angle of 42.86º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C89A27 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 39 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.22 |
| HSL | 42.86º | 0.67% | 0.47% | - |
| HSV(B) | 42.86º | 0.81% | 0.78% | - |
| XYZ | 35.74 | 35.54 | 6.9 | - |
| YUV | 154.64 | 62.74 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 39 | 0 | 0.23 | 0.80 | 0.22 | 42.86 | 0.67 | 0.47 |
| Hex | C8 | 9A | 27 | 0 | 17 | 50 | 16 | 2B | 43 | 2F |
| Octal | 310 | 232 | 47 | 0 | 27 | 120 | 26 | 53 | 103 | 57 |
| Binary | 11001000 | 10011010 | 100111 | 0 | 10111 | 1010000 | 10110 | 101011 | 1000011 | 101111 |
Color Harmonies of #C89A27
Complementary color
Monochromatic Colors of #C89A27
Black with #C89A27
Text Example
Text Example
White with #C89A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A27; }
p { color: rgb(200,154,39); }
H1.HeaderClassName
{
color: #C89A27;
}
.AnyTagClassName
{
color: #C89A27;
}
</style>
background-color css
<style>
a { background-color: #C89A27; }
a { background-color: rgb(200,154,39); }
div.DivClassName
{
background-color: #C89A27;
}
.BgClassName
{
background-color: #C89A27;
}
</style>
border-color css
<style>
span { border-color: #C89A27; }
span { border-color: rgb(200,154,39); }
td.TdClassName
{
border-color: #C89A27;
}
.TagClassName
{
border-color: #C89A27;
}
</style>