Shades of Pink Flare #CEB8BB
Tints of Pink Flare #CEB8BB
RGB
CMYK
RGB Variations
Color information
#CEB8BB (or 0xCEB8BB) is known color: Pink Flare. HEX triplet: CE, B8 and BB. RGB value is (206,184,187). Sum of RGB (Red+Green+Blue) = 206+184+187=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 184 (72.27% from 255 or 31.89% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB8BB is #314744. Grayscale: #BEBEBE. Windows color (decimal): -3229509 or 12302542. OLE color: 12302542.
HSL color Cylindrical-coordinate representation of color #CEB8BB: hue angle of 351.82º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEB8BB is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 187 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.19 |
| HSL | 351.82º | 0.18% | 0.76% | - |
| HSV(B) | 351.82º | 0.11% | 0.81% | - |
| XYZ | 51.56 | 50.99 | 54.14 | - |
| YUV | 190.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 187 | 0 | 0.11 | 0.09 | 0.19 | 351.82 | 0.18 | 0.76 |
| Hex | CE | B8 | BB | 0 | B | 9 | 13 | 160 | 12 | 4C |
| Octal | 316 | 270 | 273 | 0 | 13 | 11 | 23 | 540 | 22 | 114 |
| Binary | 11001110 | 10111000 | 10111011 | 0 | 1011 | 1001 | 10011 | 101100000 | 10010 | 1001100 |
Color Harmonies of #CEB8BB
Complementary color
Monochromatic Colors of #CEB8BB
Black with #CEB8BB
Text Example
Text Example
White with #CEB8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB8BB; }
p { color: rgb(206,184,187); }
H1.HeaderClassName
{
color: #CEB8BB;
}
.AnyTagClassName
{
color: #CEB8BB;
}
</style>
background-color css
<style>
a { background-color: #CEB8BB; }
a { background-color: rgb(206,184,187); }
div.DivClassName
{
background-color: #CEB8BB;
}
.BgClassName
{
background-color: #CEB8BB;
}
</style>
border-color css
<style>
span { border-color: #CEB8BB; }
span { border-color: rgb(206,184,187); }
td.TdClassName
{
border-color: #CEB8BB;
}
.TagClassName
{
border-color: #CEB8BB;
}
</style>