Shades of Deco #C6C885
Tints of Deco #C6C885
RGB
CMYK
RGB Variations
Color information
#C6C885 (or 0xC6C885) is known color: Deco. HEX triplet: C6, C8 and 85. RGB value is (198,200,133). Sum of RGB (Red+Green+Blue) = 198+200+133=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C885 is #39377A. Grayscale: #C0C0C0. Windows color (decimal): -3749755 or 8767686. OLE color: 8767686.
HSL color Cylindrical-coordinate representation of color #C6C885: hue angle of 61.79º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6C885 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 200 | 133 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.22 |
| HSL | 61.79º | 0.38% | 0.65% | - |
| HSV(B) | 61.79º | 0.34% | 0.78% | - |
| XYZ | 48.18 | 55.01 | 30.27 | - |
| YUV | 191.76 | 94.84 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 200 | 133 | 0.01 | 0 | 0.34 | 0.22 | 61.79 | 0.38 | 0.65 |
| Hex | C6 | C8 | 85 | 1 | 0 | 22 | 16 | 3E | 26 | 41 |
| Octal | 306 | 310 | 205 | 1 | 0 | 42 | 26 | 76 | 46 | 101 |
| Binary | 11000110 | 11001000 | 10000101 | 1 | 0 | 100010 | 10110 | 111110 | 100110 | 1000001 |
Color Harmonies of #C6C885
Complementary color
Monochromatic Colors of #C6C885
Black with #C6C885
Text Example
Text Example
White with #C6C885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C885; }
p { color: rgb(198,200,133); }
H1.HeaderClassName
{
color: #C6C885;
}
.AnyTagClassName
{
color: #C6C885;
}
</style>
background-color css
<style>
a { background-color: #C6C885; }
a { background-color: rgb(198,200,133); }
div.DivClassName
{
background-color: #C6C885;
}
.BgClassName
{
background-color: #C6C885;
}
</style>
border-color css
<style>
span { border-color: #C6C885; }
span { border-color: rgb(198,200,133); }
td.TdClassName
{
border-color: #C6C885;
}
.TagClassName
{
border-color: #C6C885;
}
</style>