Shades of Pink Flare #C8ACB0
Tints of Pink Flare #C8ACB0
RGB
CMYK
RGB Variations
Color information
#C8ACB0 (or 0xC8ACB0) is known color: Pink Flare. HEX triplet: C8, AC and B0. RGB value is (200,172,176). Sum of RGB (Red+Green+Blue) = 200+172+176=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8ACB0 is #37534F. Grayscale: #B4B4B4. Windows color (decimal): -3625808 or 11578568. OLE color: 11578568.
HSL color Cylindrical-coordinate representation of color #C8ACB0: hue angle of 351.43º 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 #C8ACB0 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 176 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.22 |
| HSL | 351.43º | 0.2% | 0.73% | - |
| HSV(B) | 351.43º | 0.14% | 0.78% | - |
| XYZ | 46.41 | 44.92 | 47.3 | - |
| YUV | 180.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 176 | 0 | 0.14 | 0.12 | 0.22 | 351.43 | 0.2 | 0.73 |
| Hex | C8 | AC | B0 | 0 | E | C | 16 | 15F | 14 | 49 |
| Octal | 310 | 254 | 260 | 0 | 16 | 14 | 26 | 537 | 24 | 111 |
| Binary | 11001000 | 10101100 | 10110000 | 0 | 1110 | 1100 | 10110 | 101011111 | 10100 | 1001001 |
Color Harmonies of #C8ACB0
Complementary color
Monochromatic Colors of #C8ACB0
Black with #C8ACB0
Text Example
Text Example
White with #C8ACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ACB0; }
p { color: rgb(200,172,176); }
H1.HeaderClassName
{
color: #C8ACB0;
}
.AnyTagClassName
{
color: #C8ACB0;
}
</style>
background-color css
<style>
a { background-color: #C8ACB0; }
a { background-color: rgb(200,172,176); }
div.DivClassName
{
background-color: #C8ACB0;
}
.BgClassName
{
background-color: #C8ACB0;
}
</style>
border-color css
<style>
span { border-color: #C8ACB0; }
span { border-color: rgb(200,172,176); }
td.TdClassName
{
border-color: #C8ACB0;
}
.TagClassName
{
border-color: #C8ACB0;
}
</style>