Shades of Pink Flare #C4ACAF
Tints of Pink Flare #C4ACAF
RGB
CMYK
RGB Variations
Color information
#C4ACAF (or 0xC4ACAF) is known color: Pink Flare. HEX triplet: C4, AC and AF. RGB value is (196,172,175). Sum of RGB (Red+Green+Blue) = 196+172+175=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ACAF is #3B5350. Grayscale: #B3B3B3. Windows color (decimal): -3887953 or 11513028. OLE color: 11513028.
HSL color Cylindrical-coordinate representation of color #C4ACAF: hue angle of 352.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4ACAF is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 172 | 175 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.23 |
| HSL | 352.5º | 0.17% | 0.72% | - |
| HSV(B) | 352.5º | 0.12% | 0.77% | - |
| XYZ | 45.26 | 44.34 | 46.73 | - |
| YUV | 179.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 172 | 175 | 0 | 0.12 | 0.11 | 0.23 | 352.5 | 0.17 | 0.72 |
| Hex | C4 | AC | AF | 0 | C | B | 17 | 160 | 11 | 48 |
| Octal | 304 | 254 | 257 | 0 | 14 | 13 | 27 | 540 | 21 | 110 |
| Binary | 11000100 | 10101100 | 10101111 | 0 | 1100 | 1011 | 10111 | 101100000 | 10001 | 1001000 |
Color Harmonies of #C4ACAF
Complementary color
Monochromatic Colors of #C4ACAF
Black with #C4ACAF
Text Example
Text Example
White with #C4ACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ACAF; }
p { color: rgb(196,172,175); }
H1.HeaderClassName
{
color: #C4ACAF;
}
.AnyTagClassName
{
color: #C4ACAF;
}
</style>
background-color css
<style>
a { background-color: #C4ACAF; }
a { background-color: rgb(196,172,175); }
div.DivClassName
{
background-color: #C4ACAF;
}
.BgClassName
{
background-color: #C4ACAF;
}
</style>
border-color css
<style>
span { border-color: #C4ACAF; }
span { border-color: rgb(196,172,175); }
td.TdClassName
{
border-color: #C4ACAF;
}
.TagClassName
{
border-color: #C4ACAF;
}
</style>