Shades of Deco #C5D27A
Tints of Deco #C5D27A
RGB
CMYK
RGB Variations
Color information
#C5D27A (or 0xC5D27A) is known color: Deco. HEX triplet: C5, D2 and 7A. RGB value is (197,210,122). Sum of RGB (Red+Green+Blue) = 197+210+122=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D27A is #3A2D85. Grayscale: #C4C4C4. Windows color (decimal): -3812742 or 8049349. OLE color: 8049349.
HSL color Cylindrical-coordinate representation of color #C5D27A: hue angle of 68.86º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5D27A is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 210 | 122 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.18 |
| HSL | 68.86º | 0.49% | 0.65% | - |
| HSV(B) | 68.86º | 0.42% | 0.82% | - |
| XYZ | 49.59 | 59.37 | 27.26 | - |
| YUV | 196.08 | 86.19 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 122 | 0.06 | 0 | 0.42 | 0.18 | 68.86 | 0.49 | 0.65 |
| Hex | C5 | D2 | 7A | 6 | 0 | 2A | 12 | 45 | 31 | 41 |
| Octal | 305 | 322 | 172 | 6 | 0 | 52 | 22 | 105 | 61 | 101 |
| Binary | 11000101 | 11010010 | 1111010 | 110 | 0 | 101010 | 10010 | 1000101 | 110001 | 1000001 |
Color Harmonies of #C5D27A
Complementary color
Monochromatic Colors of #C5D27A
Black with #C5D27A
Text Example
Text Example
White with #C5D27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D27A; }
p { color: rgb(197,210,122); }
H1.HeaderClassName
{
color: #C5D27A;
}
.AnyTagClassName
{
color: #C5D27A;
}
</style>
background-color css
<style>
a { background-color: #C5D27A; }
a { background-color: rgb(197,210,122); }
div.DivClassName
{
background-color: #C5D27A;
}
.BgClassName
{
background-color: #C5D27A;
}
</style>
border-color css
<style>
span { border-color: #C5D27A; }
span { border-color: rgb(197,210,122); }
td.TdClassName
{
border-color: #C5D27A;
}
.TagClassName
{
border-color: #C5D27A;
}
</style>