Shades of Pink Flare #C5ACB1
Tints of Pink Flare #C5ACB1
RGB
CMYK
RGB Variations
Color information
#C5ACB1 (or 0xC5ACB1) is known color: Pink Flare. HEX triplet: C5, AC and B1. RGB value is (197,172,177). Sum of RGB (Red+Green+Blue) = 197+172+177=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ACB1 is #3A534E. Grayscale: #B4B4B4. Windows color (decimal): -3822415 or 11644101. OLE color: 11644101.
HSL color Cylindrical-coordinate representation of color #C5ACB1: hue angle of 348º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5ACB1 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 177 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.23 |
| HSL | 348º | 0.18% | 0.72% | - |
| HSV(B) | 348º | 0.13% | 0.77% | - |
| XYZ | 45.71 | 44.55 | 47.78 | - |
| YUV | 180.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 177 | 0 | 0.13 | 0.10 | 0.23 | 348 | 0.18 | 0.72 |
| Hex | C5 | AC | B1 | 0 | D | A | 17 | 15C | 12 | 48 |
| Octal | 305 | 254 | 261 | 0 | 15 | 12 | 27 | 534 | 22 | 110 |
| Binary | 11000101 | 10101100 | 10110001 | 0 | 1101 | 1010 | 10111 | 101011100 | 10010 | 1001000 |
Color Harmonies of #C5ACB1
Complementary color
Monochromatic Colors of #C5ACB1
Black with #C5ACB1
Text Example
Text Example
White with #C5ACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ACB1; }
p { color: rgb(197,172,177); }
H1.HeaderClassName
{
color: #C5ACB1;
}
.AnyTagClassName
{
color: #C5ACB1;
}
</style>
background-color css
<style>
a { background-color: #C5ACB1; }
a { background-color: rgb(197,172,177); }
div.DivClassName
{
background-color: #C5ACB1;
}
.BgClassName
{
background-color: #C5ACB1;
}
</style>
border-color css
<style>
span { border-color: #C5ACB1; }
span { border-color: rgb(197,172,177); }
td.TdClassName
{
border-color: #C5ACB1;
}
.TagClassName
{
border-color: #C5ACB1;
}
</style>