Shades of Nugget #C88D25
Tints of Nugget #C88D25
RGB
CMYK
RGB Variations
Color information
#C88D25 (or 0xC88D25) is known color: Nugget. HEX triplet: C8, 8D and 25. RGB value is (200,141,37). Sum of RGB (Red+Green+Blue) = 200+141+37=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88D25 is #3772DA. Grayscale: #939393. Windows color (decimal): -3633883 or 2461128. OLE color: 2461128.
HSL color Cylindrical-coordinate representation of color #C88D25: hue angle of 38.28º 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 #C88D25 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 37 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.22 |
| HSL | 38.28º | 0.69% | 0.46% | - |
| HSV(B) | 38.28º | 0.82% | 0.78% | - |
| XYZ | 33.68 | 31.46 | 6.05 | - |
| YUV | 146.79 | 66.05 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 37 | 0 | 0.29 | 0.82 | 0.22 | 38.28 | 0.69 | 0.46 |
| Hex | C8 | 8D | 25 | 0 | 1D | 52 | 16 | 26 | 45 | 2E |
| Octal | 310 | 215 | 45 | 0 | 35 | 122 | 26 | 46 | 105 | 56 |
| Binary | 11001000 | 10001101 | 100101 | 0 | 11101 | 1010010 | 10110 | 100110 | 1000101 | 101110 |
Color Harmonies of #C88D25
Complementary color
Monochromatic Colors of #C88D25
Black with #C88D25
Text Example
Text Example
White with #C88D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D25; }
p { color: rgb(200,141,37); }
H1.HeaderClassName
{
color: #C88D25;
}
.AnyTagClassName
{
color: #C88D25;
}
</style>
background-color css
<style>
a { background-color: #C88D25; }
a { background-color: rgb(200,141,37); }
div.DivClassName
{
background-color: #C88D25;
}
.BgClassName
{
background-color: #C88D25;
}
</style>
border-color css
<style>
span { border-color: #C88D25; }
span { border-color: rgb(200,141,37); }
td.TdClassName
{
border-color: #C88D25;
}
.TagClassName
{
border-color: #C88D25;
}
</style>