Shades of Deco #C4C887
Tints of Deco #C4C887
RGB
CMYK
RGB Variations
Color information
#C4C887 (or 0xC4C887) is known color: Deco. HEX triplet: C4, C8 and 87. RGB value is (196,200,135). Sum of RGB (Red+Green+Blue) = 196+200+135=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 135 (53.12% from 255 or 25.42% from 531); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C887 is #3B3778. Grayscale: #BFBFBF. Windows color (decimal): -3880825 or 8898756. OLE color: 8898756.
HSL color Cylindrical-coordinate representation of color #C4C887: hue angle of 63.69º 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 #C4C887 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 200 | 135 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.22 |
| HSL | 63.69º | 0.37% | 0.66% | - |
| HSV(B) | 63.69º | 0.33% | 0.78% | - |
| XYZ | 47.79 | 54.79 | 30.98 | - |
| YUV | 191.39 | 96.17 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 200 | 135 | 0.02 | 0 | 0.32 | 0.22 | 63.69 | 0.37 | 0.66 |
| Hex | C4 | C8 | 87 | 2 | 0 | 20 | 16 | 40 | 25 | 42 |
| Octal | 304 | 310 | 207 | 2 | 0 | 40 | 26 | 100 | 45 | 102 |
| Binary | 11000100 | 11001000 | 10000111 | 10 | 0 | 100000 | 10110 | 1000000 | 100101 | 1000010 |
Color Harmonies of #C4C887
Complementary color
Monochromatic Colors of #C4C887
Black with #C4C887
Text Example
Text Example
White with #C4C887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C887; }
p { color: rgb(196,200,135); }
H1.HeaderClassName
{
color: #C4C887;
}
.AnyTagClassName
{
color: #C4C887;
}
</style>
background-color css
<style>
a { background-color: #C4C887; }
a { background-color: rgb(196,200,135); }
div.DivClassName
{
background-color: #C4C887;
}
.BgClassName
{
background-color: #C4C887;
}
</style>
border-color css
<style>
span { border-color: #C4C887; }
span { border-color: rgb(196,200,135); }
td.TdClassName
{
border-color: #C4C887;
}
.TagClassName
{
border-color: #C4C887;
}
</style>