Shades of Pink Flare #C9BABC
Tints of Pink Flare #C9BABC
RGB
CMYK
RGB Variations
Color information
#C9BABC (or 0xC9BABC) is known color: Pink Flare. HEX triplet: C9, BA and BC. RGB value is (201,186,188). Sum of RGB (Red+Green+Blue) = 201+186+188=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BABC is #364543. Grayscale: #BEBEBE. Windows color (decimal): -3556676 or 12368585. OLE color: 12368585.
HSL color Cylindrical-coordinate representation of color #C9BABC: hue angle of 352º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9BABC is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 186 | 188 | - |
CMYK | 0 | 0.07 | 0.06 | 0.21 |
HSL | 352º | 0.12% | 0.76% | - |
HSV(B) | 352º | 0.07% | 0.79% | - |
XYZ | 50.72 | 51.17 | 54.78 | - |
YUV | 190.71 | 126.47 | 135.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 186 | 188 | 0 | 0.07 | 0.06 | 0.21 | 352 | 0.12 | 0.76 |
Hex | C9 | BA | BC | 0 | 7 | 6 | 15 | 160 | C | 4C |
Octal | 311 | 272 | 274 | 0 | 7 | 6 | 25 | 540 | 14 | 114 |
Binary | 11001001 | 10111010 | 10111100 | 0 | 111 | 110 | 10101 | 101100000 | 1100 | 1001100 |
Color Harmonies of #C9BABC
Complementary color
Monochromatic Colors of #C9BABC
Black with #C9BABC
Text Example
Text Example
White with #C9BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BABC; }
p { color: rgb(201,186,188); }
H1.HeaderClassName
{
color: #C9BABC;
}
.AnyTagClassName
{
color: #C9BABC;
}
</style>
background-color css
<style>
a { background-color: #C9BABC; }
a { background-color: rgb(201,186,188); }
div.DivClassName
{
background-color: #C9BABC;
}
.BgClassName
{
background-color: #C9BABC;
}
</style>
border-color css
<style>
span { border-color: #C9BABC; }
span { border-color: rgb(201,186,188); }
td.TdClassName
{
border-color: #C9BABC;
}
.TagClassName
{
border-color: #C9BABC;
}
</style>