Shades of Deco #C6CA8D
Tints of Deco #C6CA8D
RGB
CMYK
RGB Variations
Color information
#C6CA8D (or 0xC6CA8D) is known color: Deco. HEX triplet: C6, CA and 8D. RGB value is (198,202,141). Sum of RGB (Red+Green+Blue) = 198+202+141=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CA8D is #393572. Grayscale: #C2C2C2. Windows color (decimal): -3749235 or 9292486. OLE color: 9292486.
HSL color Cylindrical-coordinate representation of color #C6CA8D: hue angle of 63.93º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6CA8D is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 202 | 141 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.21 |
| HSL | 63.93º | 0.37% | 0.67% | - |
| HSV(B) | 63.93º | 0.3% | 0.79% | - |
| XYZ | 49.22 | 56.17 | 33.45 | - |
| YUV | 193.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 141 | 0.02 | 0 | 0.30 | 0.21 | 63.93 | 0.37 | 0.67 |
| Hex | C6 | CA | 8D | 2 | 0 | 1E | 15 | 40 | 25 | 43 |
| Octal | 306 | 312 | 215 | 2 | 0 | 36 | 25 | 100 | 45 | 103 |
| Binary | 11000110 | 11001010 | 10001101 | 10 | 0 | 11110 | 10101 | 1000000 | 100101 | 1000011 |
Color Harmonies of #C6CA8D
Complementary color
Monochromatic Colors of #C6CA8D
Black with #C6CA8D
Text Example
Text Example
White with #C6CA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CA8D; }
p { color: rgb(198,202,141); }
H1.HeaderClassName
{
color: #C6CA8D;
}
.AnyTagClassName
{
color: #C6CA8D;
}
</style>
background-color css
<style>
a { background-color: #C6CA8D; }
a { background-color: rgb(198,202,141); }
div.DivClassName
{
background-color: #C6CA8D;
}
.BgClassName
{
background-color: #C6CA8D;
}
</style>
border-color css
<style>
span { border-color: #C6CA8D; }
span { border-color: rgb(198,202,141); }
td.TdClassName
{
border-color: #C6CA8D;
}
.TagClassName
{
border-color: #C6CA8D;
}
</style>