Shades of Pink Flare #CFBFC0
Tints of Pink Flare #CFBFC0
RGB
CMYK
RGB Variations
Color information
#CFBFC0 (or 0xCFBFC0) is known color: Pink Flare. HEX triplet: CF, BF and C0. RGB value is (207,191,192). Sum of RGB (Red+Green+Blue) = 207+191+192=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFC0 is #30403F. Grayscale: #C3C3C3. Windows color (decimal): -3162176 or 12632015. OLE color: 12632015.
HSL color Cylindrical-coordinate representation of color #CFBFC0: hue angle of 356.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFBFC0 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 192 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.19 |
| HSL | 356.25º | 0.14% | 0.78% | - |
| HSV(B) | 356.25º | 0.08% | 0.81% | - |
| XYZ | 53.88 | 54.33 | 57.52 | - |
| YUV | 195.9 | 125.8 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 192 | 0 | 0.08 | 0.07 | 0.19 | 356.25 | 0.14 | 0.78 |
| Hex | CF | BF | C0 | 0 | 8 | 7 | 13 | 164 | E | 4E |
| Octal | 317 | 277 | 300 | 0 | 10 | 7 | 23 | 544 | 16 | 116 |
| Binary | 11001111 | 10111111 | 11000000 | 0 | 1000 | 111 | 10011 | 101100100 | 1110 | 1001110 |
Color Harmonies of #CFBFC0
Complementary color
Monochromatic Colors of #CFBFC0
Black with #CFBFC0
Text Example
Text Example
White with #CFBFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBFC0; }
p { color: rgb(207,191,192); }
H1.HeaderClassName
{
color: #CFBFC0;
}
.AnyTagClassName
{
color: #CFBFC0;
}
</style>
background-color css
<style>
a { background-color: #CFBFC0; }
a { background-color: rgb(207,191,192); }
div.DivClassName
{
background-color: #CFBFC0;
}
.BgClassName
{
background-color: #CFBFC0;
}
</style>
border-color css
<style>
span { border-color: #CFBFC0; }
span { border-color: rgb(207,191,192); }
td.TdClassName
{
border-color: #CFBFC0;
}
.TagClassName
{
border-color: #CFBFC0;
}
</style>