Shades of Nugget #C89825
Tints of Nugget #C89825
RGB
CMYK
RGB Variations
Color information
#C89825 (or 0xC89825) is known color: Nugget. HEX triplet: C8, 98 and 25. RGB value is (200,152,37). Sum of RGB (Red+Green+Blue) = 200+152+37=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 37 (14.84% from 255 or 9.51% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C89825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89825 is #3767DA. Grayscale: #999999. Windows color (decimal): -3631067 or 2463944. OLE color: 2463944.
HSL color Cylindrical-coordinate representation of color #C89825: hue angle of 42.33º 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 #C89825 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 37 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.22 |
| HSL | 42.33º | 0.69% | 0.46% | - |
| HSV(B) | 42.33º | 0.82% | 0.78% | - |
| XYZ | 35.38 | 34.87 | 6.62 | - |
| YUV | 153.24 | 62.4 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 37 | 0 | 0.24 | 0.82 | 0.22 | 42.33 | 0.69 | 0.46 |
| Hex | C8 | 98 | 25 | 0 | 18 | 52 | 16 | 2A | 45 | 2E |
| Octal | 310 | 230 | 45 | 0 | 30 | 122 | 26 | 52 | 105 | 56 |
| Binary | 11001000 | 10011000 | 100101 | 0 | 11000 | 1010010 | 10110 | 101010 | 1000101 | 101110 |
Color Harmonies of #C89825
Complementary color
Monochromatic Colors of #C89825
Black with #C89825
Text Example
Text Example
White with #C89825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89825; }
p { color: rgb(200,152,37); }
H1.HeaderClassName
{
color: #C89825;
}
.AnyTagClassName
{
color: #C89825;
}
</style>
background-color css
<style>
a { background-color: #C89825; }
a { background-color: rgb(200,152,37); }
div.DivClassName
{
background-color: #C89825;
}
.BgClassName
{
background-color: #C89825;
}
</style>
border-color css
<style>
span { border-color: #C89825; }
span { border-color: rgb(200,152,37); }
td.TdClassName
{
border-color: #C89825;
}
.TagClassName
{
border-color: #C89825;
}
</style>