Shades of Pink Flare #C9ACB3
Tints of Pink Flare #C9ACB3
RGB
CMYK
RGB Variations
Color information
#C9ACB3 (or 0xC9ACB3) is known color: Pink Flare. HEX triplet: C9, AC and B3. RGB value is (201,172,179). Sum of RGB (Red+Green+Blue) = 201+172+179=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ACB3 is #36534C. Grayscale: #B5B5B5. Windows color (decimal): -3560269 or 11775177. OLE color: 11775177.
HSL color Cylindrical-coordinate representation of color #C9ACB3: hue angle of 345.52º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9ACB3 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 172 | 179 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.21 |
| HSL | 345.52º | 0.21% | 0.73% | - |
| HSV(B) | 345.52º | 0.14% | 0.79% | - |
| XYZ | 46.98 | 45.18 | 48.89 | - |
| YUV | 181.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 172 | 179 | 0 | 0.14 | 0.11 | 0.21 | 345.52 | 0.21 | 0.73 |
| Hex | C9 | AC | B3 | 0 | E | B | 15 | 15A | 15 | 49 |
| Octal | 311 | 254 | 263 | 0 | 16 | 13 | 25 | 532 | 25 | 111 |
| Binary | 11001001 | 10101100 | 10110011 | 0 | 1110 | 1011 | 10101 | 101011010 | 10101 | 1001001 |
Color Harmonies of #C9ACB3
Complementary color
Monochromatic Colors of #C9ACB3
Black with #C9ACB3
Text Example
Text Example
White with #C9ACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ACB3; }
p { color: rgb(201,172,179); }
H1.HeaderClassName
{
color: #C9ACB3;
}
.AnyTagClassName
{
color: #C9ACB3;
}
</style>
background-color css
<style>
a { background-color: #C9ACB3; }
a { background-color: rgb(201,172,179); }
div.DivClassName
{
background-color: #C9ACB3;
}
.BgClassName
{
background-color: #C9ACB3;
}
</style>
border-color css
<style>
span { border-color: #C9ACB3; }
span { border-color: rgb(201,172,179); }
td.TdClassName
{
border-color: #C9ACB3;
}
.TagClassName
{
border-color: #C9ACB3;
}
</style>