Shades of Pink Flare #C1B7BA
Tints of Pink Flare #C1B7BA
RGB
CMYK
RGB Variations
Color information
#C1B7BA (or 0xC1B7BA) is known color: Pink Flare. HEX triplet: C1, B7 and BA. RGB value is (193,183,186). Sum of RGB (Red+Green+Blue) = 193+183+186=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B7BA is #3E4845. Grayscale: #BABABA. Windows color (decimal): -4081734 or 12236737. OLE color: 12236737.
HSL color Cylindrical-coordinate representation of color #C1B7BA: hue angle of 342º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C1B7BA is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 183 | 186 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.24 |
| HSL | 342º | 0.07% | 0.74% | - |
| HSV(B) | 342º | 0.05% | 0.76% | - |
| XYZ | 47.79 | 48.75 | 53.35 | - |
| YUV | 186.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 183 | 186 | 0 | 0.05 | 0.04 | 0.24 | 342 | 0.07 | 0.74 |
| Hex | C1 | B7 | BA | 0 | 5 | 4 | 18 | 156 | 7 | 4A |
| Octal | 301 | 267 | 272 | 0 | 5 | 4 | 30 | 526 | 7 | 112 |
| Binary | 11000001 | 10110111 | 10111010 | 0 | 101 | 100 | 11000 | 101010110 | 111 | 1001010 |
Color Harmonies of #C1B7BA
Complementary color
Monochromatic Colors of #C1B7BA
Black with #C1B7BA
Text Example
Text Example
White with #C1B7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B7BA; }
p { color: rgb(193,183,186); }
H1.HeaderClassName
{
color: #C1B7BA;
}
.AnyTagClassName
{
color: #C1B7BA;
}
</style>
background-color css
<style>
a { background-color: #C1B7BA; }
a { background-color: rgb(193,183,186); }
div.DivClassName
{
background-color: #C1B7BA;
}
.BgClassName
{
background-color: #C1B7BA;
}
</style>
border-color css
<style>
span { border-color: #C1B7BA; }
span { border-color: rgb(193,183,186); }
td.TdClassName
{
border-color: #C1B7BA;
}
.TagClassName
{
border-color: #C1B7BA;
}
</style>