Shades of Nugget #C89323
Tints of Nugget #C89323
RGB
CMYK
RGB Variations
Color information
#C89323 (or 0xC89323) is known color: Nugget. HEX triplet: C8, 93 and 23. RGB value is (200,147,35). Sum of RGB (Red+Green+Blue) = 200+147+35=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 35 (14.06% from 255 or 9.16% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C89323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89323 is #376CDC. Grayscale: #969696. Windows color (decimal): -3632349 or 2331592. OLE color: 2331592.
HSL color Cylindrical-coordinate representation of color #C89323: hue angle of 40.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C89323 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 35 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.22 |
| HSL | 40.73º | 0.7% | 0.46% | - |
| HSV(B) | 40.73º | 0.83% | 0.78% | - |
| XYZ | 34.56 | 33.27 | 6.19 | - |
| YUV | 150.08 | 63.06 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 35 | 0 | 0.26 | 0.82 | 0.22 | 40.73 | 0.7 | 0.46 |
| Hex | C8 | 93 | 23 | 0 | 1A | 52 | 16 | 29 | 46 | 2E |
| Octal | 310 | 223 | 43 | 0 | 32 | 122 | 26 | 51 | 106 | 56 |
| Binary | 11001000 | 10010011 | 100011 | 0 | 11010 | 1010010 | 10110 | 101001 | 1000110 | 101110 |
Color Harmonies of #C89323
Complementary color
Monochromatic Colors of #C89323
Black with #C89323
Text Example
Text Example
White with #C89323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89323; }
p { color: rgb(200,147,35); }
H1.HeaderClassName
{
color: #C89323;
}
.AnyTagClassName
{
color: #C89323;
}
</style>
background-color css
<style>
a { background-color: #C89323; }
a { background-color: rgb(200,147,35); }
div.DivClassName
{
background-color: #C89323;
}
.BgClassName
{
background-color: #C89323;
}
</style>
border-color css
<style>
span { border-color: #C89323; }
span { border-color: rgb(200,147,35); }
td.TdClassName
{
border-color: #C89323;
}
.TagClassName
{
border-color: #C89323;
}
</style>