Shades of Pink Flare #C1BABC
Tints of Pink Flare #C1BABC
RGB
CMYK
RGB Variations
Color information
#C1BABC (or 0xC1BABC) is known color: Pink Flare. HEX triplet: C1, BA and BC. RGB value is (193,186,188). Sum of RGB (Red+Green+Blue) = 193+186+188=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BABC is #3E4543. Grayscale: #BCBCBC. Windows color (decimal): -4080964 or 12368577. OLE color: 12368577.
HSL color Cylindrical-coordinate representation of color #C1BABC: hue angle of 342.86º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C1BABC is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 186 | 188 | - |
CMYK | 0 | 0.04 | 0.03 | 0.24 |
HSL | 342.86º | 0.05% | 0.74% | - |
HSV(B) | 342.86º | 0.04% | 0.76% | - |
XYZ | 48.63 | 50.09 | 54.68 | - |
YUV | 188.32 | 127.82 | 131.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 186 | 188 | 0 | 0.04 | 0.03 | 0.24 | 342.86 | 0.05 | 0.74 |
Hex | C1 | BA | BC | 0 | 4 | 3 | 18 | 157 | 5 | 4A |
Octal | 301 | 272 | 274 | 0 | 4 | 3 | 30 | 527 | 5 | 112 |
Binary | 11000001 | 10111010 | 10111100 | 0 | 100 | 11 | 11000 | 101010111 | 101 | 1001010 |
Color Harmonies of #C1BABC
Complementary color
Monochromatic Colors of #C1BABC
Black with #C1BABC
Text Example
Text Example
White with #C1BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BABC; }
p { color: rgb(193,186,188); }
H1.HeaderClassName
{
color: #C1BABC;
}
.AnyTagClassName
{
color: #C1BABC;
}
</style>
background-color css
<style>
a { background-color: #C1BABC; }
a { background-color: rgb(193,186,188); }
div.DivClassName
{
background-color: #C1BABC;
}
.BgClassName
{
background-color: #C1BABC;
}
</style>
border-color css
<style>
span { border-color: #C1BABC; }
span { border-color: rgb(193,186,188); }
td.TdClassName
{
border-color: #C1BABC;
}
.TagClassName
{
border-color: #C1BABC;
}
</style>