Shades of Nugget #C89625
Tints of Nugget #C89625
RGB
CMYK
RGB Variations
Color information
#C89625 (or 0xC89625) is known color: Nugget. HEX triplet: C8, 96 and 25. RGB value is (200,150,37). Sum of RGB (Red+Green+Blue) = 200+150+37=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C89625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89625 is #3769DA. Grayscale: #989898. Windows color (decimal): -3631579 or 2463432. OLE color: 2463432.
HSL color Cylindrical-coordinate representation of color #C89625: hue angle of 41.6º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C89625 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 37 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.22 |
| HSL | 41.6º | 0.69% | 0.46% | - |
| HSV(B) | 41.6º | 0.82% | 0.78% | - |
| XYZ | 35.06 | 34.23 | 6.51 | - |
| YUV | 152.07 | 63.07 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 37 | 0 | 0.25 | 0.82 | 0.22 | 41.6 | 0.69 | 0.46 |
| Hex | C8 | 96 | 25 | 0 | 19 | 52 | 16 | 2A | 45 | 2E |
| Octal | 310 | 226 | 45 | 0 | 31 | 122 | 26 | 52 | 105 | 56 |
| Binary | 11001000 | 10010110 | 100101 | 0 | 11001 | 1010010 | 10110 | 101010 | 1000101 | 101110 |
Color Harmonies of #C89625
Complementary color
Monochromatic Colors of #C89625
Black with #C89625
Text Example
Text Example
White with #C89625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89625; }
p { color: rgb(200,150,37); }
H1.HeaderClassName
{
color: #C89625;
}
.AnyTagClassName
{
color: #C89625;
}
</style>
background-color css
<style>
a { background-color: #C89625; }
a { background-color: rgb(200,150,37); }
div.DivClassName
{
background-color: #C89625;
}
.BgClassName
{
background-color: #C89625;
}
</style>
border-color css
<style>
span { border-color: #C89625; }
span { border-color: rgb(200,150,37); }
td.TdClassName
{
border-color: #C89625;
}
.TagClassName
{
border-color: #C89625;
}
</style>