Shades of Pink Flare #C3B9BA
Tints of Pink Flare #C3B9BA
RGB
CMYK
RGB Variations
Color information
#C3B9BA (or 0xC3B9BA) is known color: Pink Flare. HEX triplet: C3, B9 and BA. RGB value is (195,185,186). Sum of RGB (Red+Green+Blue) = 195+185+186=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 185 (72.66% from 255 or 32.69% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B9BA is #3C4645. Grayscale: #BCBCBC. Windows color (decimal): -3950150 or 12237251. OLE color: 12237251.
HSL color Cylindrical-coordinate representation of color #C3B9BA: hue angle of 354º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3B9BA is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 185 | 186 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.24 |
| HSL | 354º | 0.08% | 0.75% | - |
| HSV(B) | 354º | 0.05% | 0.76% | - |
| XYZ | 48.72 | 49.85 | 53.51 | - |
| YUV | 188.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 185 | 186 | 0 | 0.05 | 0.05 | 0.24 | 354 | 0.08 | 0.75 |
| Hex | C3 | B9 | BA | 0 | 5 | 5 | 18 | 162 | 8 | 4B |
| Octal | 303 | 271 | 272 | 0 | 5 | 5 | 30 | 542 | 10 | 113 |
| Binary | 11000011 | 10111001 | 10111010 | 0 | 101 | 101 | 11000 | 101100010 | 1000 | 1001011 |
Color Harmonies of #C3B9BA
Complementary color
Monochromatic Colors of #C3B9BA
Black with #C3B9BA
Text Example
Text Example
White with #C3B9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B9BA; }
p { color: rgb(195,185,186); }
H1.HeaderClassName
{
color: #C3B9BA;
}
.AnyTagClassName
{
color: #C3B9BA;
}
</style>
background-color css
<style>
a { background-color: #C3B9BA; }
a { background-color: rgb(195,185,186); }
div.DivClassName
{
background-color: #C3B9BA;
}
.BgClassName
{
background-color: #C3B9BA;
}
</style>
border-color css
<style>
span { border-color: #C3B9BA; }
span { border-color: rgb(195,185,186); }
td.TdClassName
{
border-color: #C3B9BA;
}
.TagClassName
{
border-color: #C3B9BA;
}
</style>