Shades of Pink Flare #C8B5BA
Tints of Pink Flare #C8B5BA
RGB
CMYK
RGB Variations
Color information
#C8B5BA (or 0xC8B5BA) is known color: Pink Flare. HEX triplet: C8, B5 and BA. RGB value is (200,181,186). Sum of RGB (Red+Green+Blue) = 200+181+186=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 181 (71.09% from 255 or 31.92% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B5BA is #374A45. Grayscale: #BBBBBB. Windows color (decimal): -3623494 or 12236232. OLE color: 12236232.
HSL color Cylindrical-coordinate representation of color #C8B5BA: hue angle of 344.21º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8B5BA is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 181 | 186 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.22 |
| HSL | 344.21º | 0.15% | 0.75% | - |
| HSV(B) | 344.21º | 0.1% | 0.78% | - |
| XYZ | 49.21 | 48.87 | 53.29 | - |
| YUV | 187.25 | 127.29 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 186 | 0 | 0.09 | 0.07 | 0.22 | 344.21 | 0.15 | 0.75 |
| Hex | C8 | B5 | BA | 0 | 9 | 7 | 16 | 158 | F | 4B |
| Octal | 310 | 265 | 272 | 0 | 11 | 7 | 26 | 530 | 17 | 113 |
| Binary | 11001000 | 10110101 | 10111010 | 0 | 1001 | 111 | 10110 | 101011000 | 1111 | 1001011 |
Color Harmonies of #C8B5BA
Complementary color
Monochromatic Colors of #C8B5BA
Black with #C8B5BA
Text Example
Text Example
White with #C8B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B5BA; }
p { color: rgb(200,181,186); }
H1.HeaderClassName
{
color: #C8B5BA;
}
.AnyTagClassName
{
color: #C8B5BA;
}
</style>
background-color css
<style>
a { background-color: #C8B5BA; }
a { background-color: rgb(200,181,186); }
div.DivClassName
{
background-color: #C8B5BA;
}
.BgClassName
{
background-color: #C8B5BA;
}
</style>
border-color css
<style>
span { border-color: #C8B5BA; }
span { border-color: rgb(200,181,186); }
td.TdClassName
{
border-color: #C8B5BA;
}
.TagClassName
{
border-color: #C8B5BA;
}
</style>