Shades of Pink Flare #C4ACB0
Tints of Pink Flare #C4ACB0
RGB
CMYK
RGB Variations
Color information
#C4ACB0 (or 0xC4ACB0) is known color: Pink Flare. HEX triplet: C4, AC and B0. RGB value is (196,172,176). Sum of RGB (Red+Green+Blue) = 196+172+176=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ACB0 is #3B534F. Grayscale: #B3B3B3. Windows color (decimal): -3887952 or 11578564. OLE color: 11578564.
HSL color Cylindrical-coordinate representation of color #C4ACB0: hue angle of 350º 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 #C4ACB0 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 172 | 176 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.23 |
| HSL | 350º | 0.17% | 0.72% | - |
| HSV(B) | 350º | 0.12% | 0.77% | - |
| XYZ | 45.35 | 44.38 | 47.25 | - |
| YUV | 179.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 172 | 176 | 0 | 0.12 | 0.10 | 0.23 | 350 | 0.17 | 0.72 |
| Hex | C4 | AC | B0 | 0 | C | A | 17 | 15E | 11 | 48 |
| Octal | 304 | 254 | 260 | 0 | 14 | 12 | 27 | 536 | 21 | 110 |
| Binary | 11000100 | 10101100 | 10110000 | 0 | 1100 | 1010 | 10111 | 101011110 | 10001 | 1001000 |
Color Harmonies of #C4ACB0
Complementary color
Monochromatic Colors of #C4ACB0
Black with #C4ACB0
Text Example
Text Example
White with #C4ACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ACB0; }
p { color: rgb(196,172,176); }
H1.HeaderClassName
{
color: #C4ACB0;
}
.AnyTagClassName
{
color: #C4ACB0;
}
</style>
background-color css
<style>
a { background-color: #C4ACB0; }
a { background-color: rgb(196,172,176); }
div.DivClassName
{
background-color: #C4ACB0;
}
.BgClassName
{
background-color: #C4ACB0;
}
</style>
border-color css
<style>
span { border-color: #C4ACB0; }
span { border-color: rgb(196,172,176); }
td.TdClassName
{
border-color: #C4ACB0;
}
.TagClassName
{
border-color: #C4ACB0;
}
</style>