Shades of Deco #C4CB87
Tints of Deco #C4CB87
RGB
CMYK
RGB Variations
Color information
#C4CB87 (or 0xC4CB87) is known color: Deco. HEX triplet: C4, CB and 87. RGB value is (196,203,135). Sum of RGB (Red+Green+Blue) = 196+203+135=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CB87 is #3B3478. Grayscale: #C1C1C1. Windows color (decimal): -3880057 or 8899524. OLE color: 8899524.
HSL color Cylindrical-coordinate representation of color #C4CB87: hue angle of 66.18º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C4CB87 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 203 | 135 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.20 |
| HSL | 66.18º | 0.4% | 0.66% | - |
| HSV(B) | 66.18º | 0.33% | 0.8% | - |
| XYZ | 48.49 | 56.2 | 31.21 | - |
| YUV | 193.16 | 95.18 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 135 | 0.03 | 0 | 0.33 | 0.20 | 66.18 | 0.4 | 0.66 |
| Hex | C4 | CB | 87 | 3 | 0 | 21 | 14 | 42 | 28 | 42 |
| Octal | 304 | 313 | 207 | 3 | 0 | 41 | 24 | 102 | 50 | 102 |
| Binary | 11000100 | 11001011 | 10000111 | 11 | 0 | 100001 | 10100 | 1000010 | 101000 | 1000010 |
Color Harmonies of #C4CB87
Complementary color
Monochromatic Colors of #C4CB87
Black with #C4CB87
Text Example
Text Example
White with #C4CB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CB87; }
p { color: rgb(196,203,135); }
H1.HeaderClassName
{
color: #C4CB87;
}
.AnyTagClassName
{
color: #C4CB87;
}
</style>
background-color css
<style>
a { background-color: #C4CB87; }
a { background-color: rgb(196,203,135); }
div.DivClassName
{
background-color: #C4CB87;
}
.BgClassName
{
background-color: #C4CB87;
}
</style>
border-color css
<style>
span { border-color: #C4CB87; }
span { border-color: rgb(196,203,135); }
td.TdClassName
{
border-color: #C4CB87;
}
.TagClassName
{
border-color: #C4CB87;
}
</style>