Shades of Fringy Flower #C0EABD
Tints of Fringy Flower #C0EABD
RGB
CMYK
RGB Variations
Color information
#C0EABD (or 0xC0EABD) is known color: Fringy Flower. HEX triplet: C0, EA and BD. RGB value is (192,234,189). Sum of RGB (Red+Green+Blue) = 192+234+189=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EABD is #3F1542. Grayscale: #D8D8D8. Windows color (decimal): -4134211 or 12446400. OLE color: 12446400.
HSL color Cylindrical-coordinate representation of color #C0EABD: hue angle of 116º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0EABD is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 189 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.08 |
| HSL | 116º | 0.52% | 0.83% | - |
| HSV(B) | 116º | 0.19% | 0.92% | - |
| XYZ | 60.35 | 73.73 | 59.19 | - |
| YUV | 216.31 | 112.59 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 189 | 0.18 | 0 | 0.19 | 0.08 | 116 | 0.52 | 0.83 |
| Hex | C0 | EA | BD | 12 | 0 | 13 | 8 | 74 | 34 | 53 |
| Octal | 300 | 352 | 275 | 22 | 0 | 23 | 10 | 164 | 64 | 123 |
| Binary | 11000000 | 11101010 | 10111101 | 10010 | 0 | 10011 | 1000 | 1110100 | 110100 | 1010011 |
Color Harmonies of #C0EABD
Complementary color
Monochromatic Colors of #C0EABD
Black with #C0EABD
Text Example
Text Example
White with #C0EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EABD; }
p { color: rgb(192,234,189); }
H1.HeaderClassName
{
color: #C0EABD;
}
.AnyTagClassName
{
color: #C0EABD;
}
</style>
background-color css
<style>
a { background-color: #C0EABD; }
a { background-color: rgb(192,234,189); }
div.DivClassName
{
background-color: #C0EABD;
}
.BgClassName
{
background-color: #C0EABD;
}
</style>
border-color css
<style>
span { border-color: #C0EABD; }
span { border-color: rgb(192,234,189); }
td.TdClassName
{
border-color: #C0EABD;
}
.TagClassName
{
border-color: #C0EABD;
}
</style>