Shades of Deco #C5CF8A
Tints of Deco #C5CF8A
RGB
CMYK
RGB Variations
Color information
#C5CF8A (or 0xC5CF8A) is known color: Deco. HEX triplet: C5, CF and 8A. RGB value is (197,207,138). Sum of RGB (Red+Green+Blue) = 197+207+138=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CF8A is #3A3075. Grayscale: #C4C4C4. Windows color (decimal): -3813494 or 9097157. OLE color: 9097157.
HSL color Cylindrical-coordinate representation of color #C5CF8A: hue angle of 68.7º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5CF8A is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 138 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.19 |
| HSL | 68.7º | 0.42% | 0.68% | - |
| HSV(B) | 68.7º | 0.33% | 0.81% | - |
| XYZ | 49.93 | 58.33 | 32.67 | - |
| YUV | 196.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 138 | 0.05 | 0 | 0.33 | 0.19 | 68.7 | 0.42 | 0.68 |
| Hex | C5 | CF | 8A | 5 | 0 | 21 | 13 | 45 | 2A | 44 |
| Octal | 305 | 317 | 212 | 5 | 0 | 41 | 23 | 105 | 52 | 104 |
| Binary | 11000101 | 11001111 | 10001010 | 101 | 0 | 100001 | 10011 | 1000101 | 101010 | 1000100 |
Color Harmonies of #C5CF8A
Complementary color
Monochromatic Colors of #C5CF8A
Black with #C5CF8A
Text Example
Text Example
White with #C5CF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF8A; }
p { color: rgb(197,207,138); }
H1.HeaderClassName
{
color: #C5CF8A;
}
.AnyTagClassName
{
color: #C5CF8A;
}
</style>
background-color css
<style>
a { background-color: #C5CF8A; }
a { background-color: rgb(197,207,138); }
div.DivClassName
{
background-color: #C5CF8A;
}
.BgClassName
{
background-color: #C5CF8A;
}
</style>
border-color css
<style>
span { border-color: #C5CF8A; }
span { border-color: rgb(197,207,138); }
td.TdClassName
{
border-color: #C5CF8A;
}
.TagClassName
{
border-color: #C5CF8A;
}
</style>