Shades of Pink Flare #C8B9BA
Tints of Pink Flare #C8B9BA
RGB
CMYK
RGB Variations
Color information
#C8B9BA (or 0xC8B9BA) is known color: Pink Flare. HEX triplet: C8, B9 and BA. RGB value is (200,185,186). Sum of RGB (Red+Green+Blue) = 200+185+186=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B9BA is #374645. Grayscale: #BDBDBD. Windows color (decimal): -3622470 or 12237256. OLE color: 12237256.
HSL color Cylindrical-coordinate representation of color #C8B9BA: hue angle of 356º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8B9BA is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 185 | 186 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.22 |
| HSL | 356º | 0.12% | 0.75% | - |
| HSV(B) | 356º | 0.07% | 0.78% | - |
| XYZ | 50.03 | 50.52 | 53.57 | - |
| YUV | 189.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 185 | 186 | 0 | 0.08 | 0.07 | 0.22 | 356 | 0.12 | 0.75 |
| Hex | C8 | B9 | BA | 0 | 8 | 7 | 16 | 164 | C | 4B |
| Octal | 310 | 271 | 272 | 0 | 10 | 7 | 26 | 544 | 14 | 113 |
| Binary | 11001000 | 10111001 | 10111010 | 0 | 1000 | 111 | 10110 | 101100100 | 1100 | 1001011 |
Color Harmonies of #C8B9BA
Complementary color
Monochromatic Colors of #C8B9BA
Black with #C8B9BA
Text Example
Text Example
White with #C8B9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B9BA; }
p { color: rgb(200,185,186); }
H1.HeaderClassName
{
color: #C8B9BA;
}
.AnyTagClassName
{
color: #C8B9BA;
}
</style>
background-color css
<style>
a { background-color: #C8B9BA; }
a { background-color: rgb(200,185,186); }
div.DivClassName
{
background-color: #C8B9BA;
}
.BgClassName
{
background-color: #C8B9BA;
}
</style>
border-color css
<style>
span { border-color: #C8B9BA; }
span { border-color: rgb(200,185,186); }
td.TdClassName
{
border-color: #C8B9BA;
}
.TagClassName
{
border-color: #C8B9BA;
}
</style>