Shades of Pink Flare #CEA8B0
Tints of Pink Flare #CEA8B0
RGB
CMYK
RGB Variations
Color information
#CEA8B0 (or 0xCEA8B0) is known color: Pink Flare. HEX triplet: CE, A8 and B0. RGB value is (206,168,176). Sum of RGB (Red+Green+Blue) = 206+168+176=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA8B0 is #31574F. Grayscale: #B4B4B4. Windows color (decimal): -3233616 or 11577550. OLE color: 11577550.
HSL color Cylindrical-coordinate representation of color #CEA8B0: hue angle of 347.37º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEA8B0 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 176 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.19 |
| HSL | 347.37º | 0.28% | 0.73% | - |
| HSV(B) | 347.37º | 0.18% | 0.81% | - |
| XYZ | 47.29 | 44.26 | 47.13 | - |
| YUV | 180.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 176 | 0 | 0.18 | 0.15 | 0.19 | 347.37 | 0.28 | 0.73 |
| Hex | CE | A8 | B0 | 0 | 12 | F | 13 | 15B | 1C | 49 |
| Octal | 316 | 250 | 260 | 0 | 22 | 17 | 23 | 533 | 34 | 111 |
| Binary | 11001110 | 10101000 | 10110000 | 0 | 10010 | 1111 | 10011 | 101011011 | 11100 | 1001001 |
Color Harmonies of #CEA8B0
Complementary color
Monochromatic Colors of #CEA8B0
Black with #CEA8B0
Text Example
Text Example
White with #CEA8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8B0; }
p { color: rgb(206,168,176); }
H1.HeaderClassName
{
color: #CEA8B0;
}
.AnyTagClassName
{
color: #CEA8B0;
}
</style>
background-color css
<style>
a { background-color: #CEA8B0; }
a { background-color: rgb(206,168,176); }
div.DivClassName
{
background-color: #CEA8B0;
}
.BgClassName
{
background-color: #CEA8B0;
}
</style>
border-color css
<style>
span { border-color: #CEA8B0; }
span { border-color: rgb(206,168,176); }
td.TdClassName
{
border-color: #CEA8B0;
}
.TagClassName
{
border-color: #CEA8B0;
}
</style>