Shades of Pink Flare #CEB5B8
Tints of Pink Flare #CEB5B8
RGB
CMYK
RGB Variations
Color information
#CEB5B8 (or 0xCEB5B8) is known color: Pink Flare. HEX triplet: CE, B5 and B8. RGB value is (206,181,184). Sum of RGB (Red+Green+Blue) = 206+181+184=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 181 (71.09% from 255 or 31.70% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5B8 is #314A47. Grayscale: #BCBCBC. Windows color (decimal): -3230280 or 12105166. OLE color: 12105166.
HSL color Cylindrical-coordinate representation of color #CEB5B8: hue angle of 352.8º 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 #CEB5B8 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 184 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.19 |
| HSL | 352.8º | 0.2% | 0.76% | - |
| HSV(B) | 352.8º | 0.12% | 0.81% | - |
| XYZ | 50.63 | 49.63 | 52.26 | - |
| YUV | 188.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 184 | 0 | 0.12 | 0.11 | 0.19 | 352.8 | 0.2 | 0.76 |
| Hex | CE | B5 | B8 | 0 | C | B | 13 | 161 | 14 | 4C |
| Octal | 316 | 265 | 270 | 0 | 14 | 13 | 23 | 541 | 24 | 114 |
| Binary | 11001110 | 10110101 | 10111000 | 0 | 1100 | 1011 | 10011 | 101100001 | 10100 | 1001100 |
Color Harmonies of #CEB5B8
Complementary color
Monochromatic Colors of #CEB5B8
Black with #CEB5B8
Text Example
Text Example
White with #CEB5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5B8; }
p { color: rgb(206,181,184); }
H1.HeaderClassName
{
color: #CEB5B8;
}
.AnyTagClassName
{
color: #CEB5B8;
}
</style>
background-color css
<style>
a { background-color: #CEB5B8; }
a { background-color: rgb(206,181,184); }
div.DivClassName
{
background-color: #CEB5B8;
}
.BgClassName
{
background-color: #CEB5B8;
}
</style>
border-color css
<style>
span { border-color: #CEB5B8; }
span { border-color: rgb(206,181,184); }
td.TdClassName
{
border-color: #CEB5B8;
}
.TagClassName
{
border-color: #CEB5B8;
}
</style>