Shades of Fringy Flower #C3EBC2
Tints of Fringy Flower #C3EBC2
RGB
CMYK
RGB Variations
Color information
#C3EBC2 (or 0xC3EBC2) is known color: Fringy Flower. HEX triplet: C3, EB and C2. RGB value is (195,235,194). Sum of RGB (Red+Green+Blue) = 195+235+194=624 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.25% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #C3EBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EBC2 is #3C143D. Grayscale: #DADADA. Windows color (decimal): -3937342 or 12774339. OLE color: 12774339.
HSL color Cylindrical-coordinate representation of color #C3EBC2: hue angle of 118.54º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3EBC2 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 235 | 194 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.08 |
| HSL | 118.54º | 0.51% | 0.84% | - |
| HSV(B) | 118.54º | 0.17% | 0.92% | - |
| XYZ | 61.95 | 74.91 | 62.23 | - |
| YUV | 218.37 | 114.25 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 235 | 194 | 0.17 | 0 | 0.17 | 0.08 | 118.54 | 0.51 | 0.84 |
| Hex | C3 | EB | C2 | 11 | 0 | 11 | 8 | 77 | 33 | 54 |
| Octal | 303 | 353 | 302 | 21 | 0 | 21 | 10 | 167 | 63 | 124 |
| Binary | 11000011 | 11101011 | 11000010 | 10001 | 0 | 10001 | 1000 | 1110111 | 110011 | 1010100 |
Color Harmonies of #C3EBC2
Complementary color
Monochromatic Colors of #C3EBC2
Black with #C3EBC2
Text Example
Text Example
White with #C3EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EBC2; }
p { color: rgb(195,235,194); }
H1.HeaderClassName
{
color: #C3EBC2;
}
.AnyTagClassName
{
color: #C3EBC2;
}
</style>
background-color css
<style>
a { background-color: #C3EBC2; }
a { background-color: rgb(195,235,194); }
div.DivClassName
{
background-color: #C3EBC2;
}
.BgClassName
{
background-color: #C3EBC2;
}
</style>
border-color css
<style>
span { border-color: #C3EBC2; }
span { border-color: rgb(195,235,194); }
td.TdClassName
{
border-color: #C3EBC2;
}
.TagClassName
{
border-color: #C3EBC2;
}
</style>