Shades of Fringy Flower #C1EAC0
Tints of Fringy Flower #C1EAC0
RGB
CMYK
RGB Variations
Color information
#C1EAC0 (or 0xC1EAC0) is known color: Fringy Flower. HEX triplet: C1, EA and C0. RGB value is (193,234,192). Sum of RGB (Red+Green+Blue) = 193+234+192=619 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.18% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #C1EAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EAC0 is #3E153F. Grayscale: #D9D9D9. Windows color (decimal): -4068672 or 12643009. OLE color: 12643009.
HSL color Cylindrical-coordinate representation of color #C1EAC0: hue angle of 118.57º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1EAC0 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 234 | 192 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.08 |
| HSL | 118.57º | 0.5% | 0.84% | - |
| HSV(B) | 118.57º | 0.18% | 0.92% | - |
| XYZ | 60.93 | 73.99 | 60.94 | - |
| YUV | 216.95 | 113.92 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 234 | 192 | 0.18 | 0 | 0.18 | 0.08 | 118.57 | 0.5 | 0.84 |
| Hex | C1 | EA | C0 | 12 | 0 | 12 | 8 | 77 | 32 | 54 |
| Octal | 301 | 352 | 300 | 22 | 0 | 22 | 10 | 167 | 62 | 124 |
| Binary | 11000001 | 11101010 | 11000000 | 10010 | 0 | 10010 | 1000 | 1110111 | 110010 | 1010100 |
Color Harmonies of #C1EAC0
Complementary color
Monochromatic Colors of #C1EAC0
Black with #C1EAC0
Text Example
Text Example
White with #C1EAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EAC0; }
p { color: rgb(193,234,192); }
H1.HeaderClassName
{
color: #C1EAC0;
}
.AnyTagClassName
{
color: #C1EAC0;
}
</style>
background-color css
<style>
a { background-color: #C1EAC0; }
a { background-color: rgb(193,234,192); }
div.DivClassName
{
background-color: #C1EAC0;
}
.BgClassName
{
background-color: #C1EAC0;
}
</style>
border-color css
<style>
span { border-color: #C1EAC0; }
span { border-color: rgb(193,234,192); }
td.TdClassName
{
border-color: #C1EAC0;
}
.TagClassName
{
border-color: #C1EAC0;
}
</style>