Shades of Pink Flare #C2BABB
Tints of Pink Flare #C2BABB
RGB
CMYK
RGB Variations
Color information
#C2BABB (or 0xC2BABB) is known color: Pink Flare. HEX triplet: C2, BA and BB. RGB value is (194,186,187). Sum of RGB (Red+Green+Blue) = 194+186+187=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BABB is #3D4544. Grayscale: #BCBCBC. Windows color (decimal): -4015429 or 12303042. OLE color: 12303042.
HSL color Cylindrical-coordinate representation of color #C2BABB: hue angle of 352.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2BABB is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 186 | 187 | - |
CMYK | 0 | 0.04 | 0.04 | 0.24 |
HSL | 352.5º | 0.06% | 0.75% | - |
HSV(B) | 352.5º | 0.04% | 0.76% | - |
XYZ | 48.78 | 50.18 | 54.13 | - |
YUV | 188.51 | 127.15 | 131.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 186 | 187 | 0 | 0.04 | 0.04 | 0.24 | 352.5 | 0.06 | 0.75 |
Hex | C2 | BA | BB | 0 | 4 | 4 | 18 | 160 | 6 | 4B |
Octal | 302 | 272 | 273 | 0 | 4 | 4 | 30 | 540 | 6 | 113 |
Binary | 11000010 | 10111010 | 10111011 | 0 | 100 | 100 | 11000 | 101100000 | 110 | 1001011 |
Color Harmonies of #C2BABB
Complementary color
Monochromatic Colors of #C2BABB
Black with #C2BABB
Text Example
Text Example
White with #C2BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BABB; }
p { color: rgb(194,186,187); }
H1.HeaderClassName
{
color: #C2BABB;
}
.AnyTagClassName
{
color: #C2BABB;
}
</style>
background-color css
<style>
a { background-color: #C2BABB; }
a { background-color: rgb(194,186,187); }
div.DivClassName
{
background-color: #C2BABB;
}
.BgClassName
{
background-color: #C2BABB;
}
</style>
border-color css
<style>
span { border-color: #C2BABB; }
span { border-color: rgb(194,186,187); }
td.TdClassName
{
border-color: #C2BABB;
}
.TagClassName
{
border-color: #C2BABB;
}
</style>