Shades of Pink Flare #CEACB1
Tints of Pink Flare #CEACB1
RGB
CMYK
RGB Variations
Color information
#CEACB1 (or 0xCEACB1) is known color: Pink Flare. HEX triplet: CE, AC and B1. RGB value is (206,172,177). Sum of RGB (Red+Green+Blue) = 206+172+177=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 206 - color contains mainly: red. Hex color #CEACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEACB1 is #31534E. Grayscale: #B6B6B6. Windows color (decimal): -3232591 or 11644110. OLE color: 11644110.
HSL color Cylindrical-coordinate representation of color #CEACB1: hue angle of 351.18º 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 #CEACB1 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 177 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.19 |
| HSL | 351.18º | 0.26% | 0.74% | - |
| HSV(B) | 351.18º | 0.17% | 0.81% | - |
| XYZ | 48.14 | 45.8 | 47.9 | - |
| YUV | 182.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 177 | 0 | 0.17 | 0.14 | 0.19 | 351.18 | 0.26 | 0.74 |
| Hex | CE | AC | B1 | 0 | 11 | E | 13 | 15F | 1A | 4A |
| Octal | 316 | 254 | 261 | 0 | 21 | 16 | 23 | 537 | 32 | 112 |
| Binary | 11001110 | 10101100 | 10110001 | 0 | 10001 | 1110 | 10011 | 101011111 | 11010 | 1001010 |
Color Harmonies of #CEACB1
Complementary color
Monochromatic Colors of #CEACB1
Black with #CEACB1
Text Example
Text Example
White with #CEACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACB1; }
p { color: rgb(206,172,177); }
H1.HeaderClassName
{
color: #CEACB1;
}
.AnyTagClassName
{
color: #CEACB1;
}
</style>
background-color css
<style>
a { background-color: #CEACB1; }
a { background-color: rgb(206,172,177); }
div.DivClassName
{
background-color: #CEACB1;
}
.BgClassName
{
background-color: #CEACB1;
}
</style>
border-color css
<style>
span { border-color: #CEACB1; }
span { border-color: rgb(206,172,177); }
td.TdClassName
{
border-color: #CEACB1;
}
.TagClassName
{
border-color: #CEACB1;
}
</style>