Shades of Deco #C8C789
Tints of Deco #C8C789
RGB
CMYK
RGB Variations
Color information
#C8C789 (or 0xC8C789) is known color: Deco. HEX triplet: C8, C7 and 89. RGB value is (200,199,137). Sum of RGB (Red+Green+Blue) = 200+199+137=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 137 (53.91% from 255 or 25.56% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C789 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C789 is #373876. Grayscale: #C0C0C0. Windows color (decimal): -3618935 or 9029576. OLE color: 9029576.
HSL color Cylindrical-coordinate representation of color #C8C789: hue angle of 59.05º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8C789 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 199 | 137 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.22 |
| HSL | 59.05º | 0.36% | 0.66% | - |
| HSV(B) | 59.05º | 0.32% | 0.78% | - |
| XYZ | 48.76 | 54.93 | 31.7 | - |
| YUV | 192.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 137 | 0 | 0.00 | 0.32 | 0.22 | 59.05 | 0.36 | 0.66 |
| Hex | C8 | C7 | 89 | 0 | 0 | 20 | 16 | 3B | 24 | 42 |
| Octal | 310 | 307 | 211 | 0 | 0 | 40 | 26 | 73 | 44 | 102 |
| Binary | 11001000 | 11000111 | 10001001 | 0 | 0 | 100000 | 10110 | 111011 | 100100 | 1000010 |
Color Harmonies of #C8C789
Complementary color
Monochromatic Colors of #C8C789
Black with #C8C789
Text Example
Text Example
White with #C8C789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C789; }
p { color: rgb(200,199,137); }
H1.HeaderClassName
{
color: #C8C789;
}
.AnyTagClassName
{
color: #C8C789;
}
</style>
background-color css
<style>
a { background-color: #C8C789; }
a { background-color: rgb(200,199,137); }
div.DivClassName
{
background-color: #C8C789;
}
.BgClassName
{
background-color: #C8C789;
}
</style>
border-color css
<style>
span { border-color: #C8C789; }
span { border-color: rgb(200,199,137); }
td.TdClassName
{
border-color: #C8C789;
}
.TagClassName
{
border-color: #C8C789;
}
</style>