Shades of Pink Flare #CFACB3
Tints of Pink Flare #CFACB3
RGB
CMYK
RGB Variations
Color information
#CFACB3 (or 0xCFACB3) is known color: Pink Flare. HEX triplet: CF, AC and B3. RGB value is (207,172,179). Sum of RGB (Red+Green+Blue) = 207+172+179=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 179 (70.31% from 255 or 32.08% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACB3 is #30534C. Grayscale: #B7B7B7. Windows color (decimal): -3167053 or 11775183. OLE color: 11775183.
HSL color Cylindrical-coordinate representation of color #CFACB3: hue angle of 348º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFACB3 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 179 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.19 |
| HSL | 348º | 0.27% | 0.74% | - |
| HSV(B) | 348º | 0.17% | 0.81% | - |
| XYZ | 48.62 | 46.03 | 48.97 | - |
| YUV | 183.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 179 | 0 | 0.17 | 0.14 | 0.19 | 348 | 0.27 | 0.74 |
| Hex | CF | AC | B3 | 0 | 11 | E | 13 | 15C | 1B | 4A |
| Octal | 317 | 254 | 263 | 0 | 21 | 16 | 23 | 534 | 33 | 112 |
| Binary | 11001111 | 10101100 | 10110011 | 0 | 10001 | 1110 | 10011 | 101011100 | 11011 | 1001010 |
Color Harmonies of #CFACB3
Complementary color
Monochromatic Colors of #CFACB3
Black with #CFACB3
Text Example
Text Example
White with #CFACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACB3; }
p { color: rgb(207,172,179); }
H1.HeaderClassName
{
color: #CFACB3;
}
.AnyTagClassName
{
color: #CFACB3;
}
</style>
background-color css
<style>
a { background-color: #CFACB3; }
a { background-color: rgb(207,172,179); }
div.DivClassName
{
background-color: #CFACB3;
}
.BgClassName
{
background-color: #CFACB3;
}
</style>
border-color css
<style>
span { border-color: #CFACB3; }
span { border-color: rgb(207,172,179); }
td.TdClassName
{
border-color: #CFACB3;
}
.TagClassName
{
border-color: #CFACB3;
}
</style>