Shades of Pink Flare #CFB5B7
Tints of Pink Flare #CFB5B7
RGB
CMYK
RGB Variations
Color information
#CFB5B7 (or 0xCFB5B7) is known color: Pink Flare. HEX triplet: CF, B5 and B7. RGB value is (207,181,183). Sum of RGB (Red+Green+Blue) = 207+181+183=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 181 (71.09% from 255 or 31.70% from 571); Blue value is 183 (71.88% from 255 or 32.05% from 571); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5B7 is #304A48. Grayscale: #BDBDBD. Windows color (decimal): -3164745 or 12039631. OLE color: 12039631.
HSL color Cylindrical-coordinate representation of color #CFB5B7: hue angle of 355.38º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFB5B7 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 183 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.19 |
| HSL | 355.38º | 0.21% | 0.76% | - |
| HSV(B) | 355.38º | 0.13% | 0.81% | - |
| XYZ | 50.8 | 49.73 | 51.72 | - |
| YUV | 189 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 183 | 0 | 0.13 | 0.12 | 0.19 | 355.38 | 0.21 | 0.76 |
| Hex | CF | B5 | B7 | 0 | D | C | 13 | 163 | 15 | 4C |
| Octal | 317 | 265 | 267 | 0 | 15 | 14 | 23 | 543 | 25 | 114 |
| Binary | 11001111 | 10110101 | 10110111 | 0 | 1101 | 1100 | 10011 | 101100011 | 10101 | 1001100 |
Color Harmonies of #CFB5B7
Complementary color
Monochromatic Colors of #CFB5B7
Black with #CFB5B7
Text Example
Text Example
White with #CFB5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB5B7; }
p { color: rgb(207,181,183); }
H1.HeaderClassName
{
color: #CFB5B7;
}
.AnyTagClassName
{
color: #CFB5B7;
}
</style>
background-color css
<style>
a { background-color: #CFB5B7; }
a { background-color: rgb(207,181,183); }
div.DivClassName
{
background-color: #CFB5B7;
}
.BgClassName
{
background-color: #CFB5B7;
}
</style>
border-color css
<style>
span { border-color: #CFB5B7; }
span { border-color: rgb(207,181,183); }
td.TdClassName
{
border-color: #CFB5B7;
}
.TagClassName
{
border-color: #CFB5B7;
}
</style>