Shades of Pink Flare #CEACB0
Tints of Pink Flare #CEACB0
RGB
CMYK
RGB Variations
Color information
#CEACB0 (or 0xCEACB0) is known color: Pink Flare. HEX triplet: CE, AC and B0. RGB value is (206,172,176). Sum of RGB (Red+Green+Blue) = 206+172+176=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CEACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEACB0 is #31534F. Grayscale: #B6B6B6. Windows color (decimal): -3232592 or 11578574. OLE color: 11578574.
HSL color Cylindrical-coordinate representation of color #CEACB0: hue angle of 352.94º 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 #CEACB0 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 176 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.19 |
| HSL | 352.94º | 0.26% | 0.74% | - |
| HSV(B) | 352.94º | 0.17% | 0.81% | - |
| XYZ | 48.04 | 45.76 | 47.38 | - |
| YUV | 182.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 176 | 0 | 0.17 | 0.15 | 0.19 | 352.94 | 0.26 | 0.74 |
| Hex | CE | AC | B0 | 0 | 11 | F | 13 | 161 | 1A | 4A |
| Octal | 316 | 254 | 260 | 0 | 21 | 17 | 23 | 541 | 32 | 112 |
| Binary | 11001110 | 10101100 | 10110000 | 0 | 10001 | 1111 | 10011 | 101100001 | 11010 | 1001010 |
Color Harmonies of #CEACB0
Complementary color
Monochromatic Colors of #CEACB0
Black with #CEACB0
Text Example
Text Example
White with #CEACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACB0; }
p { color: rgb(206,172,176); }
H1.HeaderClassName
{
color: #CEACB0;
}
.AnyTagClassName
{
color: #CEACB0;
}
</style>
background-color css
<style>
a { background-color: #CEACB0; }
a { background-color: rgb(206,172,176); }
div.DivClassName
{
background-color: #CEACB0;
}
.BgClassName
{
background-color: #CEACB0;
}
</style>
border-color css
<style>
span { border-color: #CEACB0; }
span { border-color: rgb(206,172,176); }
td.TdClassName
{
border-color: #CEACB0;
}
.TagClassName
{
border-color: #CEACB0;
}
</style>