Shades of Deco #C5CD8E
Tints of Deco #C5CD8E
RGB
CMYK
RGB Variations
Color information
#C5CD8E (or 0xC5CD8E) is known color: Deco. HEX triplet: C5, CD and 8E. RGB value is (197,205,142). Sum of RGB (Red+Green+Blue) = 197+205+142=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CD8E is #3A3271. Grayscale: #C3C3C3. Windows color (decimal): -3814002 or 9358789. OLE color: 9358789.
HSL color Cylindrical-coordinate representation of color #C5CD8E: hue angle of 67.62º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5CD8E is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 205 | 142 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.20 |
| HSL | 67.62º | 0.39% | 0.68% | - |
| HSV(B) | 67.62º | 0.31% | 0.8% | - |
| XYZ | 49.74 | 57.49 | 34.07 | - |
| YUV | 195.43 | 97.85 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 205 | 142 | 0.04 | 0 | 0.31 | 0.20 | 67.62 | 0.39 | 0.68 |
| Hex | C5 | CD | 8E | 4 | 0 | 1F | 14 | 44 | 27 | 44 |
| Octal | 305 | 315 | 216 | 4 | 0 | 37 | 24 | 104 | 47 | 104 |
| Binary | 11000101 | 11001101 | 10001110 | 100 | 0 | 11111 | 10100 | 1000100 | 100111 | 1000100 |
Color Harmonies of #C5CD8E
Complementary color
Monochromatic Colors of #C5CD8E
Black with #C5CD8E
Text Example
Text Example
White with #C5CD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CD8E; }
p { color: rgb(197,205,142); }
H1.HeaderClassName
{
color: #C5CD8E;
}
.AnyTagClassName
{
color: #C5CD8E;
}
</style>
background-color css
<style>
a { background-color: #C5CD8E; }
a { background-color: rgb(197,205,142); }
div.DivClassName
{
background-color: #C5CD8E;
}
.BgClassName
{
background-color: #C5CD8E;
}
</style>
border-color css
<style>
span { border-color: #C5CD8E; }
span { border-color: rgb(197,205,142); }
td.TdClassName
{
border-color: #C5CD8E;
}
.TagClassName
{
border-color: #C5CD8E;
}
</style>