Shades of Nugget #C89923
Tints of Nugget #C89923
RGB
CMYK
RGB Variations
Color information
#C89923 (or 0xC89923) is known color: Nugget. HEX triplet: C8, 99 and 23. RGB value is (200,153,35). Sum of RGB (Red+Green+Blue) = 200+153+35=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 35 (14.06% from 255 or 9.02% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C89923 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89923 is #3766DC. Grayscale: #9A9A9A. Windows color (decimal): -3630813 or 2333128. OLE color: 2333128.
HSL color Cylindrical-coordinate representation of color #C89923: hue angle of 42.91º 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 #C89923 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 35 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.22 |
| HSL | 42.91º | 0.7% | 0.46% | - |
| HSV(B) | 42.91º | 0.83% | 0.78% | - |
| XYZ | 35.51 | 35.18 | 6.51 | - |
| YUV | 153.6 | 61.07 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 35 | 0 | 0.24 | 0.82 | 0.22 | 42.91 | 0.7 | 0.46 |
| Hex | C8 | 99 | 23 | 0 | 18 | 52 | 16 | 2B | 46 | 2E |
| Octal | 310 | 231 | 43 | 0 | 30 | 122 | 26 | 53 | 106 | 56 |
| Binary | 11001000 | 10011001 | 100011 | 0 | 11000 | 1010010 | 10110 | 101011 | 1000110 | 101110 |
Color Harmonies of #C89923
Complementary color
Monochromatic Colors of #C89923
Black with #C89923
Text Example
Text Example
White with #C89923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89923; }
p { color: rgb(200,153,35); }
H1.HeaderClassName
{
color: #C89923;
}
.AnyTagClassName
{
color: #C89923;
}
</style>
background-color css
<style>
a { background-color: #C89923; }
a { background-color: rgb(200,153,35); }
div.DivClassName
{
background-color: #C89923;
}
.BgClassName
{
background-color: #C89923;
}
</style>
border-color css
<style>
span { border-color: #C89923; }
span { border-color: rgb(200,153,35); }
td.TdClassName
{
border-color: #C89923;
}
.TagClassName
{
border-color: #C89923;
}
</style>