Shades of Deco #C8C788
Tints of Deco #C8C788
RGB
CMYK
RGB Variations
Color information
#C8C788 (or 0xC8C788) is known color: Deco. HEX triplet: C8, C7 and 88. RGB value is (200,199,136). Sum of RGB (Red+Green+Blue) = 200+199+136=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C788 is #373877. Grayscale: #C0C0C0. Windows color (decimal): -3618936 or 8964040. OLE color: 8964040.
HSL color Cylindrical-coordinate representation of color #C8C788: hue angle of 59.06º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8C788 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 199 | 136 | - |
CMYK | 0 | 0.00 | 0.32 | 0.22 |
HSL | 59.06º | 0.37% | 0.66% | - |
HSV(B) | 59.06º | 0.32% | 0.78% | - |
XYZ | 48.69 | 54.9 | 31.32 | - |
YUV | 192.12 | 96.33 | 133.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 199 | 136 | 0 | 0.00 | 0.32 | 0.22 | 59.06 | 0.37 | 0.66 |
Hex | C8 | C7 | 88 | 0 | 0 | 20 | 16 | 3B | 25 | 42 |
Octal | 310 | 307 | 210 | 0 | 0 | 40 | 26 | 73 | 45 | 102 |
Binary | 11001000 | 11000111 | 10001000 | 0 | 0 | 100000 | 10110 | 111011 | 100101 | 1000010 |
Color Harmonies of #C8C788
Complementary color
Monochromatic Colors of #C8C788
Black with #C8C788
Text Example
Text Example
White with #C8C788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C788; }
p { color: rgb(200,199,136); }
H1.HeaderClassName
{
color: #C8C788;
}
.AnyTagClassName
{
color: #C8C788;
}
</style>
background-color css
<style>
a { background-color: #C8C788; }
a { background-color: rgb(200,199,136); }
div.DivClassName
{
background-color: #C8C788;
}
.BgClassName
{
background-color: #C8C788;
}
</style>
border-color css
<style>
span { border-color: #C8C788; }
span { border-color: rgb(200,199,136); }
td.TdClassName
{
border-color: #C8C788;
}
.TagClassName
{
border-color: #C8C788;
}
</style>