Shades of Pink Flare #C2B8BA
Tints of Pink Flare #C2B8BA
RGB
CMYK
RGB Variations
Color information
#C2B8BA (or 0xC2B8BA) is known color: Pink Flare. HEX triplet: C2, B8 and BA. RGB value is (194,184,186). Sum of RGB (Red+Green+Blue) = 194+184+186=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B8BA is #3D4745. Grayscale: #BBBBBB. Windows color (decimal): -4015942 or 12236994. OLE color: 12236994.
HSL color Cylindrical-coordinate representation of color #C2B8BA: hue angle of 348º degrees, saturation: 0.08, 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 #C2B8BA is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 186 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.24 |
| HSL | 348º | 0.08% | 0.74% | - |
| HSV(B) | 348º | 0.05% | 0.76% | - |
| XYZ | 48.25 | 49.3 | 53.43 | - |
| YUV | 187.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 186 | 0 | 0.05 | 0.04 | 0.24 | 348 | 0.08 | 0.74 |
| Hex | C2 | B8 | BA | 0 | 5 | 4 | 18 | 15C | 8 | 4A |
| Octal | 302 | 270 | 272 | 0 | 5 | 4 | 30 | 534 | 10 | 112 |
| Binary | 11000010 | 10111000 | 10111010 | 0 | 101 | 100 | 11000 | 101011100 | 1000 | 1001010 |
Color Harmonies of #C2B8BA
Complementary color
Monochromatic Colors of #C2B8BA
Black with #C2B8BA
Text Example
Text Example
White with #C2B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B8BA; }
p { color: rgb(194,184,186); }
H1.HeaderClassName
{
color: #C2B8BA;
}
.AnyTagClassName
{
color: #C2B8BA;
}
</style>
background-color css
<style>
a { background-color: #C2B8BA; }
a { background-color: rgb(194,184,186); }
div.DivClassName
{
background-color: #C2B8BA;
}
.BgClassName
{
background-color: #C2B8BA;
}
</style>
border-color css
<style>
span { border-color: #C2B8BA; }
span { border-color: rgb(194,184,186); }
td.TdClassName
{
border-color: #C2B8BA;
}
.TagClassName
{
border-color: #C2B8BA;
}
</style>