Shades of Deco #C6CB86
Tints of Deco #C6CB86
RGB
CMYK
RGB Variations
Color information
#C6CB86 (or 0xC6CB86) is known color: Deco. HEX triplet: C6, CB and 86. RGB value is (198,203,134). Sum of RGB (Red+Green+Blue) = 198+203+134=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CB86 is #393479. Grayscale: #C1C1C1. Windows color (decimal): -3748986 or 8833990. OLE color: 8833990.
HSL color Cylindrical-coordinate representation of color #C6CB86: hue angle of 64.35º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6CB86 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 203 | 134 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.20 |
| HSL | 64.35º | 0.4% | 0.66% | - |
| HSV(B) | 64.35º | 0.34% | 0.8% | - |
| XYZ | 48.95 | 56.44 | 30.87 | - |
| YUV | 193.64 | 94.34 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 134 | 0.02 | 0 | 0.34 | 0.20 | 64.35 | 0.4 | 0.66 |
| Hex | C6 | CB | 86 | 2 | 0 | 22 | 14 | 40 | 28 | 42 |
| Octal | 306 | 313 | 206 | 2 | 0 | 42 | 24 | 100 | 50 | 102 |
| Binary | 11000110 | 11001011 | 10000110 | 10 | 0 | 100010 | 10100 | 1000000 | 101000 | 1000010 |
Color Harmonies of #C6CB86
Complementary color
Monochromatic Colors of #C6CB86
Black with #C6CB86
Text Example
Text Example
White with #C6CB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CB86; }
p { color: rgb(198,203,134); }
H1.HeaderClassName
{
color: #C6CB86;
}
.AnyTagClassName
{
color: #C6CB86;
}
</style>
background-color css
<style>
a { background-color: #C6CB86; }
a { background-color: rgb(198,203,134); }
div.DivClassName
{
background-color: #C6CB86;
}
.BgClassName
{
background-color: #C6CB86;
}
</style>
border-color css
<style>
span { border-color: #C6CB86; }
span { border-color: rgb(198,203,134); }
td.TdClassName
{
border-color: #C6CB86;
}
.TagClassName
{
border-color: #C6CB86;
}
</style>