Shades of Pink Flare #C6ACB1
Tints of Pink Flare #C6ACB1
RGB
CMYK
RGB Variations
Color information
#C6ACB1 (or 0xC6ACB1) is known color: Pink Flare. HEX triplet: C6, AC and B1. RGB value is (198,172,177). Sum of RGB (Red+Green+Blue) = 198+172+177=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ACB1 is #39534E. Grayscale: #B4B4B4. Windows color (decimal): -3756879 or 11644102. OLE color: 11644102.
HSL color Cylindrical-coordinate representation of color #C6ACB1: hue angle of 348.46º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6ACB1 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 172 | 177 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.22 |
| HSL | 348.46º | 0.19% | 0.73% | - |
| HSV(B) | 348.46º | 0.13% | 0.78% | - |
| XYZ | 45.98 | 44.69 | 47.8 | - |
| YUV | 180.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 177 | 0 | 0.13 | 0.11 | 0.22 | 348.46 | 0.19 | 0.73 |
| Hex | C6 | AC | B1 | 0 | D | B | 16 | 15C | 13 | 49 |
| Octal | 306 | 254 | 261 | 0 | 15 | 13 | 26 | 534 | 23 | 111 |
| Binary | 11000110 | 10101100 | 10110001 | 0 | 1101 | 1011 | 10110 | 101011100 | 10011 | 1001001 |
Color Harmonies of #C6ACB1
Complementary color
Monochromatic Colors of #C6ACB1
Black with #C6ACB1
Text Example
Text Example
White with #C6ACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ACB1; }
p { color: rgb(198,172,177); }
H1.HeaderClassName
{
color: #C6ACB1;
}
.AnyTagClassName
{
color: #C6ACB1;
}
</style>
background-color css
<style>
a { background-color: #C6ACB1; }
a { background-color: rgb(198,172,177); }
div.DivClassName
{
background-color: #C6ACB1;
}
.BgClassName
{
background-color: #C6ACB1;
}
</style>
border-color css
<style>
span { border-color: #C6ACB1; }
span { border-color: rgb(198,172,177); }
td.TdClassName
{
border-color: #C6ACB1;
}
.TagClassName
{
border-color: #C6ACB1;
}
</style>