Shades of Pink Flare #C6ABAF
Tints of Pink Flare #C6ABAF
RGB
CMYK
RGB Variations
Color information
#C6ABAF (or 0xC6ABAF) is known color: Pink Flare. HEX triplet: C6, AB and AF. RGB value is (198,171,175). Sum of RGB (Red+Green+Blue) = 198+171+175=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ABAF is #395450. Grayscale: #B3B3B3. Windows color (decimal): -3757137 or 11512774. OLE color: 11512774.
HSL color Cylindrical-coordinate representation of color #C6ABAF: hue angle of 351.11º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6ABAF is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 175 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.22 |
| HSL | 351.11º | 0.19% | 0.72% | - |
| HSV(B) | 351.11º | 0.14% | 0.78% | - |
| XYZ | 45.59 | 44.23 | 46.69 | - |
| YUV | 179.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 175 | 0 | 0.14 | 0.12 | 0.22 | 351.11 | 0.19 | 0.72 |
| Hex | C6 | AB | AF | 0 | E | C | 16 | 15F | 13 | 48 |
| Octal | 306 | 253 | 257 | 0 | 16 | 14 | 26 | 537 | 23 | 110 |
| Binary | 11000110 | 10101011 | 10101111 | 0 | 1110 | 1100 | 10110 | 101011111 | 10011 | 1001000 |
Color Harmonies of #C6ABAF
Complementary color
Monochromatic Colors of #C6ABAF
Black with #C6ABAF
Text Example
Text Example
White with #C6ABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ABAF; }
p { color: rgb(198,171,175); }
H1.HeaderClassName
{
color: #C6ABAF;
}
.AnyTagClassName
{
color: #C6ABAF;
}
</style>
background-color css
<style>
a { background-color: #C6ABAF; }
a { background-color: rgb(198,171,175); }
div.DivClassName
{
background-color: #C6ABAF;
}
.BgClassName
{
background-color: #C6ABAF;
}
</style>
border-color css
<style>
span { border-color: #C6ABAF; }
span { border-color: rgb(198,171,175); }
td.TdClassName
{
border-color: #C6ABAF;
}
.TagClassName
{
border-color: #C6ABAF;
}
</style>