Shades of Deco #C5D27B
Tints of Deco #C5D27B
RGB
CMYK
RGB Variations
Color information
#C5D27B (or 0xC5D27B) is known color: Deco. HEX triplet: C5, D2 and 7B. RGB value is (197,210,123). Sum of RGB (Red+Green+Blue) = 197+210+123=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D27B is #3A2D84. Grayscale: #C4C4C4. Windows color (decimal): -3812741 or 8114885. OLE color: 8114885.
HSL color Cylindrical-coordinate representation of color #C5D27B: hue angle of 68.97º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5D27B is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 210 | 123 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.18 |
| HSL | 68.97º | 0.49% | 0.65% | - |
| HSV(B) | 68.97º | 0.41% | 0.82% | - |
| XYZ | 49.65 | 59.39 | 27.59 | - |
| YUV | 196.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 123 | 0.06 | 0 | 0.41 | 0.18 | 68.97 | 0.49 | 0.65 |
| Hex | C5 | D2 | 7B | 6 | 0 | 29 | 12 | 45 | 31 | 41 |
| Octal | 305 | 322 | 173 | 6 | 0 | 51 | 22 | 105 | 61 | 101 |
| Binary | 11000101 | 11010010 | 1111011 | 110 | 0 | 101001 | 10010 | 1000101 | 110001 | 1000001 |
Color Harmonies of #C5D27B
Complementary color
Monochromatic Colors of #C5D27B
Black with #C5D27B
Text Example
Text Example
White with #C5D27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D27B; }
p { color: rgb(197,210,123); }
H1.HeaderClassName
{
color: #C5D27B;
}
.AnyTagClassName
{
color: #C5D27B;
}
</style>
background-color css
<style>
a { background-color: #C5D27B; }
a { background-color: rgb(197,210,123); }
div.DivClassName
{
background-color: #C5D27B;
}
.BgClassName
{
background-color: #C5D27B;
}
</style>
border-color css
<style>
span { border-color: #C5D27B; }
span { border-color: rgb(197,210,123); }
td.TdClassName
{
border-color: #C5D27B;
}
.TagClassName
{
border-color: #C5D27B;
}
</style>