Shades of Pink Flare #CFAFB7
Tints of Pink Flare #CFAFB7
RGB
CMYK
RGB Variations
Color information
#CFAFB7 (or 0xCFAFB7) is known color: Pink Flare. HEX triplet: CF, AF and B7. RGB value is (207,175,183). Sum of RGB (Red+Green+Blue) = 207+175+183=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 183 (71.88% from 255 or 32.39% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFB7 is #305048. Grayscale: #B9B9B9. Windows color (decimal): -3166281 or 12038095. OLE color: 12038095.
HSL color Cylindrical-coordinate representation of color #CFAFB7: hue angle of 345º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFAFB7 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 183 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.19 |
| HSL | 345º | 0.25% | 0.75% | - |
| HSV(B) | 345º | 0.15% | 0.81% | - |
| XYZ | 49.61 | 47.34 | 51.32 | - |
| YUV | 185.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 183 | 0 | 0.15 | 0.12 | 0.19 | 345 | 0.25 | 0.75 |
| Hex | CF | AF | B7 | 0 | F | C | 13 | 159 | 19 | 4B |
| Octal | 317 | 257 | 267 | 0 | 17 | 14 | 23 | 531 | 31 | 113 |
| Binary | 11001111 | 10101111 | 10110111 | 0 | 1111 | 1100 | 10011 | 101011001 | 11001 | 1001011 |
Color Harmonies of #CFAFB7
Complementary color
Monochromatic Colors of #CFAFB7
Black with #CFAFB7
Text Example
Text Example
White with #CFAFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFB7; }
p { color: rgb(207,175,183); }
H1.HeaderClassName
{
color: #CFAFB7;
}
.AnyTagClassName
{
color: #CFAFB7;
}
</style>
background-color css
<style>
a { background-color: #CFAFB7; }
a { background-color: rgb(207,175,183); }
div.DivClassName
{
background-color: #CFAFB7;
}
.BgClassName
{
background-color: #CFAFB7;
}
</style>
border-color css
<style>
span { border-color: #CFAFB7; }
span { border-color: rgb(207,175,183); }
td.TdClassName
{
border-color: #CFAFB7;
}
.TagClassName
{
border-color: #CFAFB7;
}
</style>