Shades of Pink Flare #C5ACB2
Tints of Pink Flare #C5ACB2
RGB
CMYK
RGB Variations
Color information
#C5ACB2 (or 0xC5ACB2) is known color: Pink Flare. HEX triplet: C5, AC and B2. RGB value is (197,172,178). Sum of RGB (Red+Green+Blue) = 197+172+178=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ACB2 is #3A534D. Grayscale: #B4B4B4. Windows color (decimal): -3822414 or 11709637. OLE color: 11709637.
HSL color Cylindrical-coordinate representation of color #C5ACB2: hue angle of 345.6º 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 #C5ACB2 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 178 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.23 |
| HSL | 345.6º | 0.18% | 0.72% | - |
| HSV(B) | 345.6º | 0.13% | 0.77% | - |
| XYZ | 45.81 | 44.59 | 48.31 | - |
| YUV | 180.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 178 | 0 | 0.13 | 0.10 | 0.23 | 345.6 | 0.18 | 0.72 |
| Hex | C5 | AC | B2 | 0 | D | A | 17 | 15A | 12 | 48 |
| Octal | 305 | 254 | 262 | 0 | 15 | 12 | 27 | 532 | 22 | 110 |
| Binary | 11000101 | 10101100 | 10110010 | 0 | 1101 | 1010 | 10111 | 101011010 | 10010 | 1001000 |
Color Harmonies of #C5ACB2
Complementary color
Monochromatic Colors of #C5ACB2
Black with #C5ACB2
Text Example
Text Example
White with #C5ACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ACB2; }
p { color: rgb(197,172,178); }
H1.HeaderClassName
{
color: #C5ACB2;
}
.AnyTagClassName
{
color: #C5ACB2;
}
</style>
background-color css
<style>
a { background-color: #C5ACB2; }
a { background-color: rgb(197,172,178); }
div.DivClassName
{
background-color: #C5ACB2;
}
.BgClassName
{
background-color: #C5ACB2;
}
</style>
border-color css
<style>
span { border-color: #C5ACB2; }
span { border-color: rgb(197,172,178); }
td.TdClassName
{
border-color: #C5ACB2;
}
.TagClassName
{
border-color: #C5ACB2;
}
</style>