Shades of Coral Candy #ECC9C3
Tints of Coral Candy #ECC9C3
RGB
CMYK
RGB Variations
Color information
#ECC9C3 (or 0xECC9C3) is known color: Coral Candy. HEX triplet: EC, C9 and C3. RGB value is (236,201,195). Sum of RGB (Red+Green+Blue) = 236+201+195=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 201 (78.91% from 255 or 31.80% from 632); Blue value is 195 (76.56% from 255 or 30.85% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC9C3 is #13363C. Grayscale: #D2D2D2. Windows color (decimal): -1259069 or 12831212. OLE color: 12831212.
HSL color Cylindrical-coordinate representation of color #ECC9C3: hue angle of 8.78º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECC9C3 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 195 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.07 |
| HSL | 8.78º | 0.52% | 0.85% | - |
| HSV(B) | 8.78º | 0.17% | 0.93% | - |
| XYZ | 65.33 | 63.55 | 60.45 | - |
| YUV | 210.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 195 | 0 | 0.15 | 0.17 | 0.07 | 8.78 | 0.52 | 0.85 |
| Hex | EC | C9 | C3 | 0 | F | 11 | 7 | 9 | 34 | 55 |
| Octal | 354 | 311 | 303 | 0 | 17 | 21 | 7 | 11 | 64 | 125 |
| Binary | 11101100 | 11001001 | 11000011 | 0 | 1111 | 10001 | 111 | 1001 | 110100 | 1010101 |
Color Harmonies of #ECC9C3
Complementary color
Monochromatic Colors of #ECC9C3
Black with #ECC9C3
Text Example
Text Example
White with #ECC9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9C3; }
p { color: rgb(236,201,195); }
H1.HeaderClassName
{
color: #ECC9C3;
}
.AnyTagClassName
{
color: #ECC9C3;
}
</style>
background-color css
<style>
a { background-color: #ECC9C3; }
a { background-color: rgb(236,201,195); }
div.DivClassName
{
background-color: #ECC9C3;
}
.BgClassName
{
background-color: #ECC9C3;
}
</style>
border-color css
<style>
span { border-color: #ECC9C3; }
span { border-color: rgb(236,201,195); }
td.TdClassName
{
border-color: #ECC9C3;
}
.TagClassName
{
border-color: #ECC9C3;
}
</style>