Shades of Pink Flare #CFBDC0
Tints of Pink Flare #CFBDC0
RGB
CMYK
RGB Variations
Color information
#CFBDC0 (or 0xCFBDC0) is known color: Pink Flare. HEX triplet: CF, BD and C0. RGB value is (207,189,192). Sum of RGB (Red+Green+Blue) = 207+189+192=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDC0 is #30423F. Grayscale: #C2C2C2. Windows color (decimal): -3162688 or 12631503. OLE color: 12631503.
HSL color Cylindrical-coordinate representation of color #CFBDC0: hue angle of 350º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFBDC0 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 192 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.19 |
| HSL | 350º | 0.16% | 0.78% | - |
| HSV(B) | 350º | 0.09% | 0.81% | - |
| XYZ | 53.44 | 53.47 | 57.37 | - |
| YUV | 194.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 192 | 0 | 0.09 | 0.07 | 0.19 | 350 | 0.16 | 0.78 |
| Hex | CF | BD | C0 | 0 | 9 | 7 | 13 | 15E | 10 | 4E |
| Octal | 317 | 275 | 300 | 0 | 11 | 7 | 23 | 536 | 20 | 116 |
| Binary | 11001111 | 10111101 | 11000000 | 0 | 1001 | 111 | 10011 | 101011110 | 10000 | 1001110 |
Color Harmonies of #CFBDC0
Complementary color
Monochromatic Colors of #CFBDC0
Black with #CFBDC0
Text Example
Text Example
White with #CFBDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDC0; }
p { color: rgb(207,189,192); }
H1.HeaderClassName
{
color: #CFBDC0;
}
.AnyTagClassName
{
color: #CFBDC0;
}
</style>
background-color css
<style>
a { background-color: #CFBDC0; }
a { background-color: rgb(207,189,192); }
div.DivClassName
{
background-color: #CFBDC0;
}
.BgClassName
{
background-color: #CFBDC0;
}
</style>
border-color css
<style>
span { border-color: #CFBDC0; }
span { border-color: rgb(207,189,192); }
td.TdClassName
{
border-color: #CFBDC0;
}
.TagClassName
{
border-color: #CFBDC0;
}
</style>