Shades of Pink Flare #C8BBBE
Tints of Pink Flare #C8BBBE
RGB
CMYK
RGB Variations
Color information
#C8BBBE (or 0xC8BBBE) is known color: Pink Flare. HEX triplet: C8, BB and BE. RGB value is (200,187,190). Sum of RGB (Red+Green+Blue) = 200+187+190=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBBE is #374441. Grayscale: #BFBFBF. Windows color (decimal): -3621954 or 12499912. OLE color: 12499912.
HSL color Cylindrical-coordinate representation of color #C8BBBE: hue angle of 346.15º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8BBBE is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 190 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.22 |
| HSL | 346.15º | 0.11% | 0.76% | - |
| HSV(B) | 346.15º | 0.07% | 0.78% | - |
| XYZ | 50.88 | 51.54 | 55.98 | - |
| YUV | 191.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 190 | 0 | 0.06 | 0.05 | 0.22 | 346.15 | 0.11 | 0.76 |
| Hex | C8 | BB | BE | 0 | 6 | 5 | 16 | 15A | B | 4C |
| Octal | 310 | 273 | 276 | 0 | 6 | 5 | 26 | 532 | 13 | 114 |
| Binary | 11001000 | 10111011 | 10111110 | 0 | 110 | 101 | 10110 | 101011010 | 1011 | 1001100 |
Color Harmonies of #C8BBBE
Complementary color
Monochromatic Colors of #C8BBBE
Black with #C8BBBE
Text Example
Text Example
White with #C8BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBBE; }
p { color: rgb(200,187,190); }
H1.HeaderClassName
{
color: #C8BBBE;
}
.AnyTagClassName
{
color: #C8BBBE;
}
</style>
background-color css
<style>
a { background-color: #C8BBBE; }
a { background-color: rgb(200,187,190); }
div.DivClassName
{
background-color: #C8BBBE;
}
.BgClassName
{
background-color: #C8BBBE;
}
</style>
border-color css
<style>
span { border-color: #C8BBBE; }
span { border-color: rgb(200,187,190); }
td.TdClassName
{
border-color: #C8BBBE;
}
.TagClassName
{
border-color: #C8BBBE;
}
</style>