Shades of Pink Flare #C4B7BA
Tints of Pink Flare #C4B7BA
RGB
CMYK
RGB Variations
Color information
#C4B7BA (or 0xC4B7BA) is known color: Pink Flare. HEX triplet: C4, B7 and BA. RGB value is (196,183,186). Sum of RGB (Red+Green+Blue) = 196+183+186=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B7BA is #3B4845. Grayscale: #BBBBBB. Windows color (decimal): -3885126 or 12236740. OLE color: 12236740.
HSL color Cylindrical-coordinate representation of color #C4B7BA: hue angle of 346.15º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4B7BA is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 186 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.23 |
| HSL | 346.15º | 0.1% | 0.74% | - |
| HSV(B) | 346.15º | 0.07% | 0.77% | - |
| XYZ | 48.56 | 49.15 | 53.38 | - |
| YUV | 187.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 186 | 0 | 0.07 | 0.05 | 0.23 | 346.15 | 0.1 | 0.74 |
| Hex | C4 | B7 | BA | 0 | 7 | 5 | 17 | 15A | A | 4A |
| Octal | 304 | 267 | 272 | 0 | 7 | 5 | 27 | 532 | 12 | 112 |
| Binary | 11000100 | 10110111 | 10111010 | 0 | 111 | 101 | 10111 | 101011010 | 1010 | 1001010 |
Color Harmonies of #C4B7BA
Complementary color
Monochromatic Colors of #C4B7BA
Black with #C4B7BA
Text Example
Text Example
White with #C4B7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B7BA; }
p { color: rgb(196,183,186); }
H1.HeaderClassName
{
color: #C4B7BA;
}
.AnyTagClassName
{
color: #C4B7BA;
}
</style>
background-color css
<style>
a { background-color: #C4B7BA; }
a { background-color: rgb(196,183,186); }
div.DivClassName
{
background-color: #C4B7BA;
}
.BgClassName
{
background-color: #C4B7BA;
}
</style>
border-color css
<style>
span { border-color: #C4B7BA; }
span { border-color: rgb(196,183,186); }
td.TdClassName
{
border-color: #C4B7BA;
}
.TagClassName
{
border-color: #C4B7BA;
}
</style>