Shades of Nugget #C89726
Tints of Nugget #C89726
RGB
CMYK
RGB Variations
Color information
#C89726 (or 0xC89726) is known color: Nugget. HEX triplet: C8, 97 and 26. RGB value is (200,151,38). Sum of RGB (Red+Green+Blue) = 200+151+38=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C89726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89726 is #3768D9. Grayscale: #999999. Windows color (decimal): -3631322 or 2529224. OLE color: 2529224.
HSL color Cylindrical-coordinate representation of color #C89726: hue angle of 41.85º 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 #C89726 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 38 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.22 |
| HSL | 41.85º | 0.68% | 0.47% | - |
| HSV(B) | 41.85º | 0.81% | 0.78% | - |
| XYZ | 35.24 | 34.55 | 6.65 | - |
| YUV | 152.77 | 63.23 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 38 | 0 | 0.24 | 0.81 | 0.22 | 41.85 | 0.68 | 0.47 |
| Hex | C8 | 97 | 26 | 0 | 18 | 51 | 16 | 2A | 44 | 2F |
| Octal | 310 | 227 | 46 | 0 | 30 | 121 | 26 | 52 | 104 | 57 |
| Binary | 11001000 | 10010111 | 100110 | 0 | 11000 | 1010001 | 10110 | 101010 | 1000100 | 101111 |
Color Harmonies of #C89726
Complementary color
Monochromatic Colors of #C89726
Black with #C89726
Text Example
Text Example
White with #C89726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89726; }
p { color: rgb(200,151,38); }
H1.HeaderClassName
{
color: #C89726;
}
.AnyTagClassName
{
color: #C89726;
}
</style>
background-color css
<style>
a { background-color: #C89726; }
a { background-color: rgb(200,151,38); }
div.DivClassName
{
background-color: #C89726;
}
.BgClassName
{
background-color: #C89726;
}
</style>
border-color css
<style>
span { border-color: #C89726; }
span { border-color: rgb(200,151,38); }
td.TdClassName
{
border-color: #C89726;
}
.TagClassName
{
border-color: #C89726;
}
</style>