Shades of Pink Flare #C4B6BA
Tints of Pink Flare #C4B6BA
RGB
CMYK
RGB Variations
Color information
#C4B6BA (or 0xC4B6BA) is known color: Pink Flare. HEX triplet: C4, B6 and BA. RGB value is (196,182,186). Sum of RGB (Red+Green+Blue) = 196+182+186=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 182 (71.48% from 255 or 32.27% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B6BA is #3B4945. Grayscale: #BABABA. Windows color (decimal): -3885382 or 12236484. OLE color: 12236484.
HSL color Cylindrical-coordinate representation of color #C4B6BA: hue angle of 342.86º degrees, saturation: 0.11, 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 #C4B6BA is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 182 | 186 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.23 |
| HSL | 342.86º | 0.11% | 0.74% | - |
| HSV(B) | 342.86º | 0.07% | 0.77% | - |
| XYZ | 48.36 | 48.74 | 53.31 | - |
| YUV | 186.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 182 | 186 | 0 | 0.07 | 0.05 | 0.23 | 342.86 | 0.11 | 0.74 |
| Hex | C4 | B6 | BA | 0 | 7 | 5 | 17 | 157 | B | 4A |
| Octal | 304 | 266 | 272 | 0 | 7 | 5 | 27 | 527 | 13 | 112 |
| Binary | 11000100 | 10110110 | 10111010 | 0 | 111 | 101 | 10111 | 101010111 | 1011 | 1001010 |
Color Harmonies of #C4B6BA
Complementary color
Monochromatic Colors of #C4B6BA
Black with #C4B6BA
Text Example
Text Example
White with #C4B6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B6BA; }
p { color: rgb(196,182,186); }
H1.HeaderClassName
{
color: #C4B6BA;
}
.AnyTagClassName
{
color: #C4B6BA;
}
</style>
background-color css
<style>
a { background-color: #C4B6BA; }
a { background-color: rgb(196,182,186); }
div.DivClassName
{
background-color: #C4B6BA;
}
.BgClassName
{
background-color: #C4B6BA;
}
</style>
border-color css
<style>
span { border-color: #C4B6BA; }
span { border-color: rgb(196,182,186); }
td.TdClassName
{
border-color: #C4B6BA;
}
.TagClassName
{
border-color: #C4B6BA;
}
</style>