Shades of Nugget #C89725
Tints of Nugget #C89725
RGB
CMYK
RGB Variations
Color information
#C89725 (or 0xC89725) is known color: Nugget. HEX triplet: C8, 97 and 25. RGB value is (200,151,37). Sum of RGB (Red+Green+Blue) = 200+151+37=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 37 (14.84% from 255 or 9.54% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C89725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89725 is #3768DA. Grayscale: #999999. Windows color (decimal): -3631323 or 2463688. OLE color: 2463688.
HSL color Cylindrical-coordinate representation of color #C89725: hue angle of 41.96º 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 #C89725 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 37 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.22 |
| HSL | 41.96º | 0.69% | 0.46% | - |
| HSV(B) | 41.96º | 0.82% | 0.78% | - |
| XYZ | 35.22 | 34.55 | 6.56 | - |
| YUV | 152.66 | 62.73 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 37 | 0 | 0.24 | 0.82 | 0.22 | 41.96 | 0.69 | 0.46 |
| Hex | C8 | 97 | 25 | 0 | 18 | 52 | 16 | 2A | 45 | 2E |
| Octal | 310 | 227 | 45 | 0 | 30 | 122 | 26 | 52 | 105 | 56 |
| Binary | 11001000 | 10010111 | 100101 | 0 | 11000 | 1010010 | 10110 | 101010 | 1000101 | 101110 |
Color Harmonies of #C89725
Complementary color
Monochromatic Colors of #C89725
Black with #C89725
Text Example
Text Example
White with #C89725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89725; }
p { color: rgb(200,151,37); }
H1.HeaderClassName
{
color: #C89725;
}
.AnyTagClassName
{
color: #C89725;
}
</style>
background-color css
<style>
a { background-color: #C89725; }
a { background-color: rgb(200,151,37); }
div.DivClassName
{
background-color: #C89725;
}
.BgClassName
{
background-color: #C89725;
}
</style>
border-color css
<style>
span { border-color: #C89725; }
span { border-color: rgb(200,151,37); }
td.TdClassName
{
border-color: #C89725;
}
.TagClassName
{
border-color: #C89725;
}
</style>