Shades of Nugget #C89225
Tints of Nugget #C89225
RGB
CMYK
RGB Variations
Color information
#C89225 (or 0xC89225) is known color: Nugget. HEX triplet: C8, 92 and 25. RGB value is (200,146,37). Sum of RGB (Red+Green+Blue) = 200+146+37=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C89225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89225 is #376DDA. Grayscale: #969696. Windows color (decimal): -3632603 or 2462408. OLE color: 2462408.
HSL color Cylindrical-coordinate representation of color #C89225: hue angle of 40.12º 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 #C89225 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 37 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.22 |
| HSL | 40.12º | 0.69% | 0.46% | - |
| HSV(B) | 40.12º | 0.82% | 0.78% | - |
| XYZ | 34.43 | 32.97 | 6.3 | - |
| YUV | 149.72 | 64.39 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 37 | 0 | 0.27 | 0.82 | 0.22 | 40.12 | 0.69 | 0.46 |
| Hex | C8 | 92 | 25 | 0 | 1B | 52 | 16 | 28 | 45 | 2E |
| Octal | 310 | 222 | 45 | 0 | 33 | 122 | 26 | 50 | 105 | 56 |
| Binary | 11001000 | 10010010 | 100101 | 0 | 11011 | 1010010 | 10110 | 101000 | 1000101 | 101110 |
Color Harmonies of #C89225
Complementary color
Monochromatic Colors of #C89225
Black with #C89225
Text Example
Text Example
White with #C89225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89225; }
p { color: rgb(200,146,37); }
H1.HeaderClassName
{
color: #C89225;
}
.AnyTagClassName
{
color: #C89225;
}
</style>
background-color css
<style>
a { background-color: #C89225; }
a { background-color: rgb(200,146,37); }
div.DivClassName
{
background-color: #C89225;
}
.BgClassName
{
background-color: #C89225;
}
</style>
border-color css
<style>
span { border-color: #C89225; }
span { border-color: rgb(200,146,37); }
td.TdClassName
{
border-color: #C89225;
}
.TagClassName
{
border-color: #C89225;
}
</style>