Shades of Pink Flare #CEACB5
Tints of Pink Flare #CEACB5
RGB
CMYK
RGB Variations
Color information
#CEACB5 (or 0xCEACB5) is known color: Pink Flare. HEX triplet: CE, AC and B5. RGB value is (206,172,181). Sum of RGB (Red+Green+Blue) = 206+172+181=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CEACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEACB5 is #31534A. Grayscale: #B7B7B7. Windows color (decimal): -3232587 or 11906254. OLE color: 11906254.
HSL color Cylindrical-coordinate representation of color #CEACB5: hue angle of 344.12º 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 #CEACB5 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 181 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.19 |
| HSL | 344.12º | 0.26% | 0.74% | - |
| HSV(B) | 344.12º | 0.17% | 0.81% | - |
| XYZ | 48.55 | 45.96 | 50.03 | - |
| YUV | 183.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 181 | 0 | 0.17 | 0.12 | 0.19 | 344.12 | 0.26 | 0.74 |
| Hex | CE | AC | B5 | 0 | 11 | C | 13 | 158 | 1A | 4A |
| Octal | 316 | 254 | 265 | 0 | 21 | 14 | 23 | 530 | 32 | 112 |
| Binary | 11001110 | 10101100 | 10110101 | 0 | 10001 | 1100 | 10011 | 101011000 | 11010 | 1001010 |
Color Harmonies of #CEACB5
Complementary color
Monochromatic Colors of #CEACB5
Black with #CEACB5
Text Example
Text Example
White with #CEACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACB5; }
p { color: rgb(206,172,181); }
H1.HeaderClassName
{
color: #CEACB5;
}
.AnyTagClassName
{
color: #CEACB5;
}
</style>
background-color css
<style>
a { background-color: #CEACB5; }
a { background-color: rgb(206,172,181); }
div.DivClassName
{
background-color: #CEACB5;
}
.BgClassName
{
background-color: #CEACB5;
}
</style>
border-color css
<style>
span { border-color: #CEACB5; }
span { border-color: rgb(206,172,181); }
td.TdClassName
{
border-color: #CEACB5;
}
.TagClassName
{
border-color: #CEACB5;
}
</style>