Shades of Pink Flare #CFACB0
Tints of Pink Flare #CFACB0
RGB
CMYK
RGB Variations
Color information
#CFACB0 (or 0xCFACB0) is known color: Pink Flare. HEX triplet: CF, AC and B0. RGB value is (207,172,176). Sum of RGB (Red+Green+Blue) = 207+172+176=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFACB0 is #30534F. Grayscale: #B6B6B6. Windows color (decimal): -3167056 or 11578575. OLE color: 11578575.
HSL color Cylindrical-coordinate representation of color #CFACB0: hue angle of 353.14º 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 #CFACB0 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 176 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.19 |
| HSL | 353.14º | 0.27% | 0.74% | - |
| HSV(B) | 353.14º | 0.17% | 0.81% | - |
| XYZ | 48.32 | 45.91 | 47.39 | - |
| YUV | 182.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 176 | 0 | 0.17 | 0.15 | 0.19 | 353.14 | 0.27 | 0.74 |
| Hex | CF | AC | B0 | 0 | 11 | F | 13 | 161 | 1B | 4A |
| Octal | 317 | 254 | 260 | 0 | 21 | 17 | 23 | 541 | 33 | 112 |
| Binary | 11001111 | 10101100 | 10110000 | 0 | 10001 | 1111 | 10011 | 101100001 | 11011 | 1001010 |
Color Harmonies of #CFACB0
Complementary color
Monochromatic Colors of #CFACB0
Black with #CFACB0
Text Example
Text Example
White with #CFACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACB0; }
p { color: rgb(207,172,176); }
H1.HeaderClassName
{
color: #CFACB0;
}
.AnyTagClassName
{
color: #CFACB0;
}
</style>
background-color css
<style>
a { background-color: #CFACB0; }
a { background-color: rgb(207,172,176); }
div.DivClassName
{
background-color: #CFACB0;
}
.BgClassName
{
background-color: #CFACB0;
}
</style>
border-color css
<style>
span { border-color: #CFACB0; }
span { border-color: rgb(207,172,176); }
td.TdClassName
{
border-color: #CFACB0;
}
.TagClassName
{
border-color: #CFACB0;
}
</style>