Shades of Pink Flare #CEB5B9
Tints of Pink Flare #CEB5B9
RGB
CMYK
RGB Variations
Color information
#CEB5B9 (or 0xCEB5B9) is known color: Pink Flare. HEX triplet: CE, B5 and B9. RGB value is (206,181,185). Sum of RGB (Red+Green+Blue) = 206+181+185=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5B9 is #314A46. Grayscale: #BCBCBC. Windows color (decimal): -3230279 or 12170702. OLE color: 12170702.
HSL color Cylindrical-coordinate representation of color #CEB5B9: hue angle of 350.4º 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 #CEB5B9 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 185 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.19 |
| HSL | 350.4º | 0.2% | 0.76% | - |
| HSV(B) | 350.4º | 0.12% | 0.81% | - |
| XYZ | 50.73 | 49.67 | 52.81 | - |
| YUV | 188.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 185 | 0 | 0.12 | 0.10 | 0.19 | 350.4 | 0.2 | 0.76 |
| Hex | CE | B5 | B9 | 0 | C | A | 13 | 15E | 14 | 4C |
| Octal | 316 | 265 | 271 | 0 | 14 | 12 | 23 | 536 | 24 | 114 |
| Binary | 11001110 | 10110101 | 10111001 | 0 | 1100 | 1010 | 10011 | 101011110 | 10100 | 1001100 |
Color Harmonies of #CEB5B9
Complementary color
Monochromatic Colors of #CEB5B9
Black with #CEB5B9
Text Example
Text Example
White with #CEB5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5B9; }
p { color: rgb(206,181,185); }
H1.HeaderClassName
{
color: #CEB5B9;
}
.AnyTagClassName
{
color: #CEB5B9;
}
</style>
background-color css
<style>
a { background-color: #CEB5B9; }
a { background-color: rgb(206,181,185); }
div.DivClassName
{
background-color: #CEB5B9;
}
.BgClassName
{
background-color: #CEB5B9;
}
</style>
border-color css
<style>
span { border-color: #CEB5B9; }
span { border-color: rgb(206,181,185); }
td.TdClassName
{
border-color: #CEB5B9;
}
.TagClassName
{
border-color: #CEB5B9;
}
</style>