Shades of Pink Flare #C4ACB1
Tints of Pink Flare #C4ACB1
RGB
CMYK
RGB Variations
Color information
#C4ACB1 (or 0xC4ACB1) is known color: Pink Flare. HEX triplet: C4, AC and B1. RGB value is (196,172,177). Sum of RGB (Red+Green+Blue) = 196+172+177=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ACB1 is #3B534E. Grayscale: #B3B3B3. Windows color (decimal): -3887951 or 11644100. OLE color: 11644100.
HSL color Cylindrical-coordinate representation of color #C4ACB1: hue angle of 347.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 #C4ACB1 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 172 | 177 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.23 |
| HSL | 347.5º | 0.17% | 0.72% | - |
| HSV(B) | 347.5º | 0.12% | 0.77% | - |
| XYZ | 45.45 | 44.42 | 47.77 | - |
| YUV | 179.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 172 | 177 | 0 | 0.12 | 0.10 | 0.23 | 347.5 | 0.17 | 0.72 |
| Hex | C4 | AC | B1 | 0 | C | A | 17 | 15C | 11 | 48 |
| Octal | 304 | 254 | 261 | 0 | 14 | 12 | 27 | 534 | 21 | 110 |
| Binary | 11000100 | 10101100 | 10110001 | 0 | 1100 | 1010 | 10111 | 101011100 | 10001 | 1001000 |
Color Harmonies of #C4ACB1
Complementary color
Monochromatic Colors of #C4ACB1
Black with #C4ACB1
Text Example
Text Example
White with #C4ACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ACB1; }
p { color: rgb(196,172,177); }
H1.HeaderClassName
{
color: #C4ACB1;
}
.AnyTagClassName
{
color: #C4ACB1;
}
</style>
background-color css
<style>
a { background-color: #C4ACB1; }
a { background-color: rgb(196,172,177); }
div.DivClassName
{
background-color: #C4ACB1;
}
.BgClassName
{
background-color: #C4ACB1;
}
</style>
border-color css
<style>
span { border-color: #C4ACB1; }
span { border-color: rgb(196,172,177); }
td.TdClassName
{
border-color: #C4ACB1;
}
.TagClassName
{
border-color: #C4ACB1;
}
</style>