Shades of Pink Flare #C8ACB1
Tints of Pink Flare #C8ACB1
RGB
CMYK
RGB Variations
Color information
#C8ACB1 (or 0xC8ACB1) is known color: Pink Flare. HEX triplet: C8, AC and B1. RGB value is (200,172,177). Sum of RGB (Red+Green+Blue) = 200+172+177=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 177 (69.53% from 255 or 32.24% from 549); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8ACB1 is #37534E. Grayscale: #B4B4B4. Windows color (decimal): -3625807 or 11644104. OLE color: 11644104.
HSL color Cylindrical-coordinate representation of color #C8ACB1: hue angle of 349.29º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8ACB1 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 177 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.22 |
| HSL | 349.29º | 0.2% | 0.73% | - |
| HSV(B) | 349.29º | 0.14% | 0.78% | - |
| XYZ | 46.51 | 44.96 | 47.82 | - |
| YUV | 180.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 177 | 0 | 0.14 | 0.12 | 0.22 | 349.29 | 0.2 | 0.73 |
| Hex | C8 | AC | B1 | 0 | E | C | 16 | 15D | 14 | 49 |
| Octal | 310 | 254 | 261 | 0 | 16 | 14 | 26 | 535 | 24 | 111 |
| Binary | 11001000 | 10101100 | 10110001 | 0 | 1110 | 1100 | 10110 | 101011101 | 10100 | 1001001 |
Color Harmonies of #C8ACB1
Complementary color
Monochromatic Colors of #C8ACB1
Black with #C8ACB1
Text Example
Text Example
White with #C8ACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ACB1; }
p { color: rgb(200,172,177); }
H1.HeaderClassName
{
color: #C8ACB1;
}
.AnyTagClassName
{
color: #C8ACB1;
}
</style>
background-color css
<style>
a { background-color: #C8ACB1; }
a { background-color: rgb(200,172,177); }
div.DivClassName
{
background-color: #C8ACB1;
}
.BgClassName
{
background-color: #C8ACB1;
}
</style>
border-color css
<style>
span { border-color: #C8ACB1; }
span { border-color: rgb(200,172,177); }
td.TdClassName
{
border-color: #C8ACB1;
}
.TagClassName
{
border-color: #C8ACB1;
}
</style>