Shades of Pink Flare #CEACB4
Tints of Pink Flare #CEACB4
RGB
CMYK
RGB Variations
Color information
#CEACB4 (or 0xCEACB4) is known color: Pink Flare. HEX triplet: CE, AC and B4. RGB value is (206,172,180). Sum of RGB (Red+Green+Blue) = 206+172+180=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 180 (70.70% from 255 or 32.26% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CEACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEACB4 is #31534B. Grayscale: #B7B7B7. Windows color (decimal): -3232588 or 11840718. OLE color: 11840718.
HSL color Cylindrical-coordinate representation of color #CEACB4: hue angle of 345.88º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEACB4 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 180 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.19 |
| HSL | 345.88º | 0.26% | 0.74% | - |
| HSV(B) | 345.88º | 0.17% | 0.81% | - |
| XYZ | 48.44 | 45.92 | 49.49 | - |
| YUV | 183.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 180 | 0 | 0.17 | 0.13 | 0.19 | 345.88 | 0.26 | 0.74 |
| Hex | CE | AC | B4 | 0 | 11 | D | 13 | 15A | 1A | 4A |
| Octal | 316 | 254 | 264 | 0 | 21 | 15 | 23 | 532 | 32 | 112 |
| Binary | 11001110 | 10101100 | 10110100 | 0 | 10001 | 1101 | 10011 | 101011010 | 11010 | 1001010 |
Color Harmonies of #CEACB4
Complementary color
Monochromatic Colors of #CEACB4
Black with #CEACB4
Text Example
Text Example
White with #CEACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACB4; }
p { color: rgb(206,172,180); }
H1.HeaderClassName
{
color: #CEACB4;
}
.AnyTagClassName
{
color: #CEACB4;
}
</style>
background-color css
<style>
a { background-color: #CEACB4; }
a { background-color: rgb(206,172,180); }
div.DivClassName
{
background-color: #CEACB4;
}
.BgClassName
{
background-color: #CEACB4;
}
</style>
border-color css
<style>
span { border-color: #CEACB4; }
span { border-color: rgb(206,172,180); }
td.TdClassName
{
border-color: #CEACB4;
}
.TagClassName
{
border-color: #CEACB4;
}
</style>