Shades of Pink Flare #CFB0B7
Tints of Pink Flare #CFB0B7
RGB
CMYK
RGB Variations
Color information
#CFB0B7 (or 0xCFB0B7) is known color: Pink Flare. HEX triplet: CF, B0 and B7. RGB value is (207,176,183). Sum of RGB (Red+Green+Blue) = 207+176+183=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 183 (71.88% from 255 or 32.33% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0B7 is #304F48. Grayscale: #BABABA. Windows color (decimal): -3166025 or 12038351. OLE color: 12038351.
HSL color Cylindrical-coordinate representation of color #CFB0B7: hue angle of 346.45º degrees, saturation: 0.24, 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 #CFB0B7 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 183 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.19 |
| HSL | 346.45º | 0.24% | 0.75% | - |
| HSV(B) | 346.45º | 0.15% | 0.81% | - |
| XYZ | 49.8 | 47.73 | 51.39 | - |
| YUV | 186.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 183 | 0 | 0.15 | 0.12 | 0.19 | 346.45 | 0.24 | 0.75 |
| Hex | CF | B0 | B7 | 0 | F | C | 13 | 15A | 18 | 4B |
| Octal | 317 | 260 | 267 | 0 | 17 | 14 | 23 | 532 | 30 | 113 |
| Binary | 11001111 | 10110000 | 10110111 | 0 | 1111 | 1100 | 10011 | 101011010 | 11000 | 1001011 |
Color Harmonies of #CFB0B7
Complementary color
Monochromatic Colors of #CFB0B7
Black with #CFB0B7
Text Example
Text Example
White with #CFB0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB0B7; }
p { color: rgb(207,176,183); }
H1.HeaderClassName
{
color: #CFB0B7;
}
.AnyTagClassName
{
color: #CFB0B7;
}
</style>
background-color css
<style>
a { background-color: #CFB0B7; }
a { background-color: rgb(207,176,183); }
div.DivClassName
{
background-color: #CFB0B7;
}
.BgClassName
{
background-color: #CFB0B7;
}
</style>
border-color css
<style>
span { border-color: #CFB0B7; }
span { border-color: rgb(207,176,183); }
td.TdClassName
{
border-color: #CFB0B7;
}
.TagClassName
{
border-color: #CFB0B7;
}
</style>