Shades of Nugget #C89223
Tints of Nugget #C89223
RGB
CMYK
RGB Variations
Color information
#C89223 (or 0xC89223) is known color: Nugget. HEX triplet: C8, 92 and 23. RGB value is (200,146,35). Sum of RGB (Red+Green+Blue) = 200+146+35=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 35 (14.06% from 255 or 9.19% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C89223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89223 is #376DDC. Grayscale: #959595. Windows color (decimal): -3632605 or 2331336. OLE color: 2331336.
HSL color Cylindrical-coordinate representation of color #C89223: hue angle of 40.36º 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 #C89223 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 35 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.22 |
| HSL | 40.36º | 0.7% | 0.46% | - |
| HSV(B) | 40.36º | 0.83% | 0.78% | - |
| XYZ | 34.4 | 32.96 | 6.14 | - |
| YUV | 149.49 | 63.39 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 35 | 0 | 0.27 | 0.82 | 0.22 | 40.36 | 0.7 | 0.46 |
| Hex | C8 | 92 | 23 | 0 | 1B | 52 | 16 | 28 | 46 | 2E |
| Octal | 310 | 222 | 43 | 0 | 33 | 122 | 26 | 50 | 106 | 56 |
| Binary | 11001000 | 10010010 | 100011 | 0 | 11011 | 1010010 | 10110 | 101000 | 1000110 | 101110 |
Color Harmonies of #C89223
Complementary color
Monochromatic Colors of #C89223
Black with #C89223
Text Example
Text Example
White with #C89223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89223; }
p { color: rgb(200,146,35); }
H1.HeaderClassName
{
color: #C89223;
}
.AnyTagClassName
{
color: #C89223;
}
</style>
background-color css
<style>
a { background-color: #C89223; }
a { background-color: rgb(200,146,35); }
div.DivClassName
{
background-color: #C89223;
}
.BgClassName
{
background-color: #C89223;
}
</style>
border-color css
<style>
span { border-color: #C89223; }
span { border-color: rgb(200,146,35); }
td.TdClassName
{
border-color: #C89223;
}
.TagClassName
{
border-color: #C89223;
}
</style>