Shades of Pink Flare #CFACB5
Tints of Pink Flare #CFACB5
RGB
CMYK
RGB Variations
Color information
#CFACB5 (or 0xCFACB5) is known color: Pink Flare. HEX triplet: CF, AC and B5. RGB value is (207,172,181). Sum of RGB (Red+Green+Blue) = 207+172+181=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACB5 is #30534A. Grayscale: #B7B7B7. Windows color (decimal): -3167051 or 11906255. OLE color: 11906255.
HSL color Cylindrical-coordinate representation of color #CFACB5: hue angle of 344.57º 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 #CFACB5 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 181 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.19 |
| HSL | 344.57º | 0.27% | 0.74% | - |
| HSV(B) | 344.57º | 0.17% | 0.81% | - |
| XYZ | 48.83 | 46.11 | 50.04 | - |
| YUV | 183.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 181 | 0 | 0.17 | 0.13 | 0.19 | 344.57 | 0.27 | 0.74 |
| Hex | CF | AC | B5 | 0 | 11 | D | 13 | 159 | 1B | 4A |
| Octal | 317 | 254 | 265 | 0 | 21 | 15 | 23 | 531 | 33 | 112 |
| Binary | 11001111 | 10101100 | 10110101 | 0 | 10001 | 1101 | 10011 | 101011001 | 11011 | 1001010 |
Color Harmonies of #CFACB5
Complementary color
Monochromatic Colors of #CFACB5
Black with #CFACB5
Text Example
Text Example
White with #CFACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACB5; }
p { color: rgb(207,172,181); }
H1.HeaderClassName
{
color: #CFACB5;
}
.AnyTagClassName
{
color: #CFACB5;
}
</style>
background-color css
<style>
a { background-color: #CFACB5; }
a { background-color: rgb(207,172,181); }
div.DivClassName
{
background-color: #CFACB5;
}
.BgClassName
{
background-color: #CFACB5;
}
</style>
border-color css
<style>
span { border-color: #CFACB5; }
span { border-color: rgb(207,172,181); }
td.TdClassName
{
border-color: #CFACB5;
}
.TagClassName
{
border-color: #CFACB5;
}
</style>