Shades of Deco #C1D27A
Tints of Deco #C1D27A
RGB
CMYK
RGB Variations
Color information
#C1D27A (or 0xC1D27A) is known color: Deco. HEX triplet: C1, D2 and 7A. RGB value is (193,210,122). Sum of RGB (Red+Green+Blue) = 193+210+122=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D27A is #3E2D85. Grayscale: #C3C3C3. Windows color (decimal): -4074886 or 8049345. OLE color: 8049345.
HSL color Cylindrical-coordinate representation of color #C1D27A: hue angle of 71.59º 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 #C1D27A is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 210 | 122 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.18 |
| HSL | 71.59º | 0.49% | 0.65% | - |
| HSV(B) | 71.59º | 0.42% | 0.82% | - |
| XYZ | 48.55 | 58.84 | 27.21 | - |
| YUV | 194.89 | 86.87 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 210 | 122 | 0.08 | 0 | 0.42 | 0.18 | 71.59 | 0.49 | 0.65 |
| Hex | C1 | D2 | 7A | 8 | 0 | 2A | 12 | 48 | 31 | 41 |
| Octal | 301 | 322 | 172 | 10 | 0 | 52 | 22 | 110 | 61 | 101 |
| Binary | 11000001 | 11010010 | 1111010 | 1000 | 0 | 101010 | 10010 | 1001000 | 110001 | 1000001 |
Color Harmonies of #C1D27A
Complementary color
Monochromatic Colors of #C1D27A
Black with #C1D27A
Text Example
Text Example
White with #C1D27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D27A; }
p { color: rgb(193,210,122); }
H1.HeaderClassName
{
color: #C1D27A;
}
.AnyTagClassName
{
color: #C1D27A;
}
</style>
background-color css
<style>
a { background-color: #C1D27A; }
a { background-color: rgb(193,210,122); }
div.DivClassName
{
background-color: #C1D27A;
}
.BgClassName
{
background-color: #C1D27A;
}
</style>
border-color css
<style>
span { border-color: #C1D27A; }
span { border-color: rgb(193,210,122); }
td.TdClassName
{
border-color: #C1D27A;
}
.TagClassName
{
border-color: #C1D27A;
}
</style>