Shades of Pink Flare #C8ACB3
Tints of Pink Flare #C8ACB3
RGB
CMYK
RGB Variations
Color information
#C8ACB3 (or 0xC8ACB3) is known color: Pink Flare. HEX triplet: C8, AC and B3. RGB value is (200,172,179). Sum of RGB (Red+Green+Blue) = 200+172+179=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACB3 is #37534C. Grayscale: #B5B5B5. Windows color (decimal): -3625805 or 11775176. OLE color: 11775176.
HSL color Cylindrical-coordinate representation of color #C8ACB3: hue angle of 345º 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 #C8ACB3 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 179 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.22 |
| HSL | 345º | 0.2% | 0.73% | - |
| HSV(B) | 345º | 0.14% | 0.78% | - |
| XYZ | 46.71 | 45.04 | 48.88 | - |
| YUV | 181.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 179 | 0 | 0.14 | 0.10 | 0.22 | 345 | 0.2 | 0.73 |
| Hex | C8 | AC | B3 | 0 | E | A | 16 | 159 | 14 | 49 |
| Octal | 310 | 254 | 263 | 0 | 16 | 12 | 26 | 531 | 24 | 111 |
| Binary | 11001000 | 10101100 | 10110011 | 0 | 1110 | 1010 | 10110 | 101011001 | 10100 | 1001001 |
Color Harmonies of #C8ACB3
Complementary color
Monochromatic Colors of #C8ACB3
Black with #C8ACB3
Text Example
Text Example
White with #C8ACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ACB3; }
p { color: rgb(200,172,179); }
H1.HeaderClassName
{
color: #C8ACB3;
}
.AnyTagClassName
{
color: #C8ACB3;
}
</style>
background-color css
<style>
a { background-color: #C8ACB3; }
a { background-color: rgb(200,172,179); }
div.DivClassName
{
background-color: #C8ACB3;
}
.BgClassName
{
background-color: #C8ACB3;
}
</style>
border-color css
<style>
span { border-color: #C8ACB3; }
span { border-color: rgb(200,172,179); }
td.TdClassName
{
border-color: #C8ACB3;
}
.TagClassName
{
border-color: #C8ACB3;
}
</style>