Shades of Pink Flare #CEBCBD
Tints of Pink Flare #CEBCBD
RGB
CMYK
RGB Variations
Color information
#CEBCBD (or 0xCEBCBD) is known color: Pink Flare. HEX triplet: CE, BC and BD. RGB value is (206,188,189). Sum of RGB (Red+Green+Blue) = 206+188+189=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCBD is #314342. Grayscale: #C1C1C1. Windows color (decimal): -3228483 or 12434638. OLE color: 12434638.
HSL color Cylindrical-coordinate representation of color #CEBCBD: hue angle of 356.67º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEBCBD is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 189 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.19 |
| HSL | 356.67º | 0.16% | 0.77% | - |
| HSV(B) | 356.67º | 0.09% | 0.81% | - |
| XYZ | 52.62 | 52.76 | 55.55 | - |
| YUV | 193.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 189 | 0 | 0.09 | 0.08 | 0.19 | 356.67 | 0.16 | 0.77 |
| Hex | CE | BC | BD | 0 | 9 | 8 | 13 | 165 | 10 | 4D |
| Octal | 316 | 274 | 275 | 0 | 11 | 10 | 23 | 545 | 20 | 115 |
| Binary | 11001110 | 10111100 | 10111101 | 0 | 1001 | 1000 | 10011 | 101100101 | 10000 | 1001101 |
Color Harmonies of #CEBCBD
Complementary color
Monochromatic Colors of #CEBCBD
Black with #CEBCBD
Text Example
Text Example
White with #CEBCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBCBD; }
p { color: rgb(206,188,189); }
H1.HeaderClassName
{
color: #CEBCBD;
}
.AnyTagClassName
{
color: #CEBCBD;
}
</style>
background-color css
<style>
a { background-color: #CEBCBD; }
a { background-color: rgb(206,188,189); }
div.DivClassName
{
background-color: #CEBCBD;
}
.BgClassName
{
background-color: #CEBCBD;
}
</style>
border-color css
<style>
span { border-color: #CEBCBD; }
span { border-color: rgb(206,188,189); }
td.TdClassName
{
border-color: #CEBCBD;
}
.TagClassName
{
border-color: #CEBCBD;
}
</style>