Shades of Deco #C4C788
Tints of Deco #C4C788
RGB
CMYK
RGB Variations
Color information
#C4C788 (or 0xC4C788) is known color: Deco. HEX triplet: C4, C7 and 88. RGB value is (196,199,136). Sum of RGB (Red+Green+Blue) = 196+199+136=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 136 (53.52% from 255 or 25.61% from 531); Max value from RGB is 199 - color contains mainly: green. Hex color #C4C788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C788 is #3B3877. Grayscale: #BFBFBF. Windows color (decimal): -3881080 or 8964036. OLE color: 8964036.
HSL color Cylindrical-coordinate representation of color #C4C788: hue angle of 62.86º degrees, saturation: 0.36, 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 #C4C788 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 199 | 136 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.22 |
| HSL | 62.86º | 0.36% | 0.66% | - |
| HSV(B) | 62.86º | 0.32% | 0.78% | - |
| XYZ | 47.63 | 54.36 | 31.27 | - |
| YUV | 190.92 | 97.01 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 199 | 136 | 0.02 | 0 | 0.32 | 0.22 | 62.86 | 0.36 | 0.66 |
| Hex | C4 | C7 | 88 | 2 | 0 | 20 | 16 | 3F | 24 | 42 |
| Octal | 304 | 307 | 210 | 2 | 0 | 40 | 26 | 77 | 44 | 102 |
| Binary | 11000100 | 11000111 | 10001000 | 10 | 0 | 100000 | 10110 | 111111 | 100100 | 1000010 |
Color Harmonies of #C4C788
Complementary color
Monochromatic Colors of #C4C788
Black with #C4C788
Text Example
Text Example
White with #C4C788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C788; }
p { color: rgb(196,199,136); }
H1.HeaderClassName
{
color: #C4C788;
}
.AnyTagClassName
{
color: #C4C788;
}
</style>
background-color css
<style>
a { background-color: #C4C788; }
a { background-color: rgb(196,199,136); }
div.DivClassName
{
background-color: #C4C788;
}
.BgClassName
{
background-color: #C4C788;
}
</style>
border-color css
<style>
span { border-color: #C4C788; }
span { border-color: rgb(196,199,136); }
td.TdClassName
{
border-color: #C4C788;
}
.TagClassName
{
border-color: #C4C788;
}
</style>