Shades of Pink Flare #CEB1B6
Tints of Pink Flare #CEB1B6
RGB
CMYK
RGB Variations
Color information
#CEB1B6 (or 0xCEB1B6) is known color: Pink Flare. HEX triplet: CE, B1 and B6. RGB value is (206,177,182). Sum of RGB (Red+Green+Blue) = 206+177+182=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB1B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB1B6 is #314E49. Grayscale: #BABABA. Windows color (decimal): -3231306 or 11973070. OLE color: 11973070.
HSL color Cylindrical-coordinate representation of color #CEB1B6: hue angle of 349.66º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEB1B6 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 182 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.19 |
| HSL | 349.66º | 0.23% | 0.75% | - |
| HSV(B) | 349.66º | 0.14% | 0.81% | - |
| XYZ | 49.62 | 47.94 | 50.89 | - |
| YUV | 186.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 182 | 0 | 0.14 | 0.12 | 0.19 | 349.66 | 0.23 | 0.75 |
| Hex | CE | B1 | B6 | 0 | E | C | 13 | 15E | 17 | 4B |
| Octal | 316 | 261 | 266 | 0 | 16 | 14 | 23 | 536 | 27 | 113 |
| Binary | 11001110 | 10110001 | 10110110 | 0 | 1110 | 1100 | 10011 | 101011110 | 10111 | 1001011 |
Color Harmonies of #CEB1B6
Complementary color
Monochromatic Colors of #CEB1B6
Black with #CEB1B6
Text Example
Text Example
White with #CEB1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB1B6; }
p { color: rgb(206,177,182); }
H1.HeaderClassName
{
color: #CEB1B6;
}
.AnyTagClassName
{
color: #CEB1B6;
}
</style>
background-color css
<style>
a { background-color: #CEB1B6; }
a { background-color: rgb(206,177,182); }
div.DivClassName
{
background-color: #CEB1B6;
}
.BgClassName
{
background-color: #CEB1B6;
}
</style>
border-color css
<style>
span { border-color: #CEB1B6; }
span { border-color: rgb(206,177,182); }
td.TdClassName
{
border-color: #CEB1B6;
}
.TagClassName
{
border-color: #CEB1B6;
}
</style>