Shades of Pink Flare #C8BBBD
Tints of Pink Flare #C8BBBD
RGB
CMYK
RGB Variations
Color information
#C8BBBD (or 0xC8BBBD) is known color: Pink Flare. HEX triplet: C8, BB and BD. RGB value is (200,187,189). Sum of RGB (Red+Green+Blue) = 200+187+189=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBBD is #374442. Grayscale: #BFBFBF. Windows color (decimal): -3621955 or 12434376. OLE color: 12434376.
HSL color Cylindrical-coordinate representation of color #C8BBBD: hue angle of 350.77º 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 #C8BBBD is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 189 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.22 |
| HSL | 350.77º | 0.11% | 0.76% | - |
| HSV(B) | 350.77º | 0.07% | 0.78% | - |
| XYZ | 50.78 | 51.49 | 55.41 | - |
| YUV | 191.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 189 | 0 | 0.06 | 0.06 | 0.22 | 350.77 | 0.11 | 0.76 |
| Hex | C8 | BB | BD | 0 | 6 | 6 | 16 | 15F | B | 4C |
| Octal | 310 | 273 | 275 | 0 | 6 | 6 | 26 | 537 | 13 | 114 |
| Binary | 11001000 | 10111011 | 10111101 | 0 | 110 | 110 | 10110 | 101011111 | 1011 | 1001100 |
Color Harmonies of #C8BBBD
Complementary color
Monochromatic Colors of #C8BBBD
Black with #C8BBBD
Text Example
Text Example
White with #C8BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBBD; }
p { color: rgb(200,187,189); }
H1.HeaderClassName
{
color: #C8BBBD;
}
.AnyTagClassName
{
color: #C8BBBD;
}
</style>
background-color css
<style>
a { background-color: #C8BBBD; }
a { background-color: rgb(200,187,189); }
div.DivClassName
{
background-color: #C8BBBD;
}
.BgClassName
{
background-color: #C8BBBD;
}
</style>
border-color css
<style>
span { border-color: #C8BBBD; }
span { border-color: rgb(200,187,189); }
td.TdClassName
{
border-color: #C8BBBD;
}
.TagClassName
{
border-color: #C8BBBD;
}
</style>