Shades of Pink Flare #C3B7BA
Tints of Pink Flare #C3B7BA
RGB
CMYK
RGB Variations
Color information
#C3B7BA (or 0xC3B7BA) is known color: Pink Flare. HEX triplet: C3, B7 and BA. RGB value is (195,183,186). Sum of RGB (Red+Green+Blue) = 195+183+186=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 183 (71.88% from 255 or 32.45% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B7BA is #3C4845. Grayscale: #BABABA. Windows color (decimal): -3950662 or 12236739. OLE color: 12236739.
HSL color Cylindrical-coordinate representation of color #C3B7BA: hue angle of 345º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3B7BA is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 183 | 186 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.24 |
| HSL | 345º | 0.09% | 0.74% | - |
| HSV(B) | 345º | 0.06% | 0.76% | - |
| XYZ | 48.3 | 49.01 | 53.37 | - |
| YUV | 186.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 186 | 0 | 0.06 | 0.05 | 0.24 | 345 | 0.09 | 0.74 |
| Hex | C3 | B7 | BA | 0 | 6 | 5 | 18 | 159 | 9 | 4A |
| Octal | 303 | 267 | 272 | 0 | 6 | 5 | 30 | 531 | 11 | 112 |
| Binary | 11000011 | 10110111 | 10111010 | 0 | 110 | 101 | 11000 | 101011001 | 1001 | 1001010 |
Color Harmonies of #C3B7BA
Complementary color
Monochromatic Colors of #C3B7BA
Black with #C3B7BA
Text Example
Text Example
White with #C3B7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B7BA; }
p { color: rgb(195,183,186); }
H1.HeaderClassName
{
color: #C3B7BA;
}
.AnyTagClassName
{
color: #C3B7BA;
}
</style>
background-color css
<style>
a { background-color: #C3B7BA; }
a { background-color: rgb(195,183,186); }
div.DivClassName
{
background-color: #C3B7BA;
}
.BgClassName
{
background-color: #C3B7BA;
}
</style>
border-color css
<style>
span { border-color: #C3B7BA; }
span { border-color: rgb(195,183,186); }
td.TdClassName
{
border-color: #C3B7BA;
}
.TagClassName
{
border-color: #C3B7BA;
}
</style>