Shades of Pink Flare #CEB5BB
Tints of Pink Flare #CEB5BB
RGB
CMYK
RGB Variations
Color information
#CEB5BB (or 0xCEB5BB) is known color: Pink Flare. HEX triplet: CE, B5 and BB. RGB value is (206,181,187). Sum of RGB (Red+Green+Blue) = 206+181+187=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5BB is #314A44. Grayscale: #BDBDBD. Windows color (decimal): -3230277 or 12301774. OLE color: 12301774.
HSL color Cylindrical-coordinate representation of color #CEB5BB: hue angle of 345.6º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEB5BB is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 187 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.19 |
| HSL | 345.6º | 0.2% | 0.76% | - |
| HSV(B) | 345.6º | 0.12% | 0.81% | - |
| XYZ | 50.95 | 49.76 | 53.93 | - |
| YUV | 189.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 187 | 0 | 0.12 | 0.09 | 0.19 | 345.6 | 0.2 | 0.76 |
| Hex | CE | B5 | BB | 0 | C | 9 | 13 | 15A | 14 | 4C |
| Octal | 316 | 265 | 273 | 0 | 14 | 11 | 23 | 532 | 24 | 114 |
| Binary | 11001110 | 10110101 | 10111011 | 0 | 1100 | 1001 | 10011 | 101011010 | 10100 | 1001100 |
Color Harmonies of #CEB5BB
Complementary color
Monochromatic Colors of #CEB5BB
Black with #CEB5BB
Text Example
Text Example
White with #CEB5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5BB; }
p { color: rgb(206,181,187); }
H1.HeaderClassName
{
color: #CEB5BB;
}
.AnyTagClassName
{
color: #CEB5BB;
}
</style>
background-color css
<style>
a { background-color: #CEB5BB; }
a { background-color: rgb(206,181,187); }
div.DivClassName
{
background-color: #CEB5BB;
}
.BgClassName
{
background-color: #CEB5BB;
}
</style>
border-color css
<style>
span { border-color: #CEB5BB; }
span { border-color: rgb(206,181,187); }
td.TdClassName
{
border-color: #CEB5BB;
}
.TagClassName
{
border-color: #CEB5BB;
}
</style>