Shades of Deco #C1D57A
Tints of Deco #C1D57A
RGB
CMYK
RGB Variations
Color information
#C1D57A (or 0xC1D57A) is known color: Deco. HEX triplet: C1, D5 and 7A. RGB value is (193,213,122). Sum of RGB (Red+Green+Blue) = 193+213+122=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D57A is #3E2A85. Grayscale: #C4C4C4. Windows color (decimal): -4074118 or 8050113. OLE color: 8050113.
HSL color Cylindrical-coordinate representation of color #C1D57A: hue angle of 73.19º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C1D57A is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 213 | 122 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.16 |
| HSL | 73.19º | 0.52% | 0.66% | - |
| HSV(B) | 73.19º | 0.43% | 0.84% | - |
| XYZ | 49.3 | 60.33 | 27.46 | - |
| YUV | 196.65 | 85.87 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 213 | 122 | 0.09 | 0 | 0.43 | 0.16 | 73.19 | 0.52 | 0.66 |
| Hex | C1 | D5 | 7A | 9 | 0 | 2B | 10 | 49 | 34 | 42 |
| Octal | 301 | 325 | 172 | 11 | 0 | 53 | 20 | 111 | 64 | 102 |
| Binary | 11000001 | 11010101 | 1111010 | 1001 | 0 | 101011 | 10000 | 1001001 | 110100 | 1000010 |
Color Harmonies of #C1D57A
Complementary color
Monochromatic Colors of #C1D57A
Black with #C1D57A
Text Example
Text Example
White with #C1D57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D57A; }
p { color: rgb(193,213,122); }
H1.HeaderClassName
{
color: #C1D57A;
}
.AnyTagClassName
{
color: #C1D57A;
}
</style>
background-color css
<style>
a { background-color: #C1D57A; }
a { background-color: rgb(193,213,122); }
div.DivClassName
{
background-color: #C1D57A;
}
.BgClassName
{
background-color: #C1D57A;
}
</style>
border-color css
<style>
span { border-color: #C1D57A; }
span { border-color: rgb(193,213,122); }
td.TdClassName
{
border-color: #C1D57A;
}
.TagClassName
{
border-color: #C1D57A;
}
</style>