Shades of Nugget #C89D26
Tints of Nugget #C89D26
RGB
CMYK
RGB Variations
Color information
#C89D26 (or 0xC89D26) is known color: Nugget. HEX triplet: C8, 9D and 26. RGB value is (200,157,38). Sum of RGB (Red+Green+Blue) = 200+157+38=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 38 (15.23% from 255 or 9.62% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89D26 is #3762D9. Grayscale: #9C9C9C. Windows color (decimal): -3629786 or 2530760. OLE color: 2530760.
HSL color Cylindrical-coordinate representation of color #C89D26: hue angle of 44.07º degrees, saturation: 0.68, 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 #C89D26 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 38 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.22 |
| HSL | 44.07º | 0.68% | 0.47% | - |
| HSV(B) | 44.07º | 0.81% | 0.78% | - |
| XYZ | 36.23 | 36.53 | 6.98 | - |
| YUV | 156.29 | 61.25 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 38 | 0 | 0.22 | 0.81 | 0.22 | 44.07 | 0.68 | 0.47 |
| Hex | C8 | 9D | 26 | 0 | 16 | 51 | 16 | 2C | 44 | 2F |
| Octal | 310 | 235 | 46 | 0 | 26 | 121 | 26 | 54 | 104 | 57 |
| Binary | 11001000 | 10011101 | 100110 | 0 | 10110 | 1010001 | 10110 | 101100 | 1000100 | 101111 |
Color Harmonies of #C89D26
Complementary color
Monochromatic Colors of #C89D26
Black with #C89D26
Text Example
Text Example
White with #C89D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D26; }
p { color: rgb(200,157,38); }
H1.HeaderClassName
{
color: #C89D26;
}
.AnyTagClassName
{
color: #C89D26;
}
</style>
background-color css
<style>
a { background-color: #C89D26; }
a { background-color: rgb(200,157,38); }
div.DivClassName
{
background-color: #C89D26;
}
.BgClassName
{
background-color: #C89D26;
}
</style>
border-color css
<style>
span { border-color: #C89D26; }
span { border-color: rgb(200,157,38); }
td.TdClassName
{
border-color: #C89D26;
}
.TagClassName
{
border-color: #C89D26;
}
</style>