Shades of Pink Flare #CEB7BB
Tints of Pink Flare #CEB7BB
RGB
CMYK
RGB Variations
Color information
#CEB7BB (or 0xCEB7BB) is known color: Pink Flare. HEX triplet: CE, B7 and BB. RGB value is (206,183,187). Sum of RGB (Red+Green+Blue) = 206+183+187=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 183 (71.88% from 255 or 31.77% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7BB is #314844. Grayscale: #BEBEBE. Windows color (decimal): -3229765 or 12302286. OLE color: 12302286.
HSL color Cylindrical-coordinate representation of color #CEB7BB: hue angle of 349.57º degrees, saturation: 0.19, 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 #CEB7BB is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 187 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.19 |
| HSL | 349.57º | 0.19% | 0.76% | - |
| HSV(B) | 349.57º | 0.11% | 0.81% | - |
| XYZ | 51.36 | 50.58 | 54.07 | - |
| YUV | 190.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 187 | 0 | 0.11 | 0.09 | 0.19 | 349.57 | 0.19 | 0.76 |
| Hex | CE | B7 | BB | 0 | B | 9 | 13 | 15E | 13 | 4C |
| Octal | 316 | 267 | 273 | 0 | 13 | 11 | 23 | 536 | 23 | 114 |
| Binary | 11001110 | 10110111 | 10111011 | 0 | 1011 | 1001 | 10011 | 101011110 | 10011 | 1001100 |
Color Harmonies of #CEB7BB
Complementary color
Monochromatic Colors of #CEB7BB
Black with #CEB7BB
Text Example
Text Example
White with #CEB7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7BB; }
p { color: rgb(206,183,187); }
H1.HeaderClassName
{
color: #CEB7BB;
}
.AnyTagClassName
{
color: #CEB7BB;
}
</style>
background-color css
<style>
a { background-color: #CEB7BB; }
a { background-color: rgb(206,183,187); }
div.DivClassName
{
background-color: #CEB7BB;
}
.BgClassName
{
background-color: #CEB7BB;
}
</style>
border-color css
<style>
span { border-color: #CEB7BB; }
span { border-color: rgb(206,183,187); }
td.TdClassName
{
border-color: #CEB7BB;
}
.TagClassName
{
border-color: #CEB7BB;
}
</style>