Shades of Deco #C5CF8D
Tints of Deco #C5CF8D
RGB
CMYK
RGB Variations
Color information
#C5CF8D (or 0xC5CF8D) is known color: Deco. HEX triplet: C5, CF and 8D. RGB value is (197,207,141). Sum of RGB (Red+Green+Blue) = 197+207+141=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CF8D is #3A3072. Grayscale: #C4C4C4. Windows color (decimal): -3813491 or 9293765. OLE color: 9293765.
HSL color Cylindrical-coordinate representation of color #C5CF8D: hue angle of 69.09º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5CF8D is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 141 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.19 |
| HSL | 69.09º | 0.41% | 0.68% | - |
| HSV(B) | 69.09º | 0.32% | 0.81% | - |
| XYZ | 50.15 | 58.42 | 33.83 | - |
| YUV | 196.49 | 96.69 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 141 | 0.05 | 0 | 0.32 | 0.19 | 69.09 | 0.41 | 0.68 |
| Hex | C5 | CF | 8D | 5 | 0 | 20 | 13 | 45 | 29 | 44 |
| Octal | 305 | 317 | 215 | 5 | 0 | 40 | 23 | 105 | 51 | 104 |
| Binary | 11000101 | 11001111 | 10001101 | 101 | 0 | 100000 | 10011 | 1000101 | 101001 | 1000100 |
Color Harmonies of #C5CF8D
Complementary color
Monochromatic Colors of #C5CF8D
Black with #C5CF8D
Text Example
Text Example
White with #C5CF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF8D; }
p { color: rgb(197,207,141); }
H1.HeaderClassName
{
color: #C5CF8D;
}
.AnyTagClassName
{
color: #C5CF8D;
}
</style>
background-color css
<style>
a { background-color: #C5CF8D; }
a { background-color: rgb(197,207,141); }
div.DivClassName
{
background-color: #C5CF8D;
}
.BgClassName
{
background-color: #C5CF8D;
}
</style>
border-color css
<style>
span { border-color: #C5CF8D; }
span { border-color: rgb(197,207,141); }
td.TdClassName
{
border-color: #C5CF8D;
}
.TagClassName
{
border-color: #C5CF8D;
}
</style>