Shades of Deco #C6C88C
Tints of Deco #C6C88C
RGB
CMYK
RGB Variations
Color information
#C6C88C (or 0xC6C88C) is known color: Deco. HEX triplet: C6, C8 and 8C. RGB value is (198,200,140). Sum of RGB (Red+Green+Blue) = 198+200+140=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C88C is #393773. Grayscale: #C0C0C0. Windows color (decimal): -3749748 or 9226438. OLE color: 9226438.
HSL color Cylindrical-coordinate representation of color #C6C88C: hue angle of 62º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6C88C is Cyan = 0.01, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 200 | 140 | - |
| CMYK | 0.01 | 0 | 0.3 | 0.22 |
| HSL | 62º | 0.35% | 0.67% | - |
| HSV(B) | 62º | 0.3% | 0.78% | - |
| XYZ | 48.68 | 55.21 | 32.9 | - |
| YUV | 192.56 | 98.34 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 200 | 140 | 0.01 | 0 | 0.3 | 0.22 | 62 | 0.35 | 0.67 |
| Hex | C6 | C8 | 8C | 1 | 0 | 1E | 16 | 3E | 23 | 43 |
| Octal | 306 | 310 | 214 | 1 | 0 | 36 | 26 | 76 | 43 | 103 |
| Binary | 11000110 | 11001000 | 10001100 | 1 | 0 | 11110 | 10110 | 111110 | 100011 | 1000011 |
Color Harmonies of #C6C88C
Complementary color
Monochromatic Colors of #C6C88C
Black with #C6C88C
Text Example
Text Example
White with #C6C88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C88C; }
p { color: rgb(198,200,140); }
H1.HeaderClassName
{
color: #C6C88C;
}
.AnyTagClassName
{
color: #C6C88C;
}
</style>
background-color css
<style>
a { background-color: #C6C88C; }
a { background-color: rgb(198,200,140); }
div.DivClassName
{
background-color: #C6C88C;
}
.BgClassName
{
background-color: #C6C88C;
}
</style>
border-color css
<style>
span { border-color: #C6C88C; }
span { border-color: rgb(198,200,140); }
td.TdClassName
{
border-color: #C6C88C;
}
.TagClassName
{
border-color: #C6C88C;
}
</style>