Shades of Pink Flare #CFB0B6
Tints of Pink Flare #CFB0B6
RGB
CMYK
RGB Variations
Color information
#CFB0B6 (or 0xCFB0B6) is known color: Pink Flare. HEX triplet: CF, B0 and B6. RGB value is (207,176,182). Sum of RGB (Red+Green+Blue) = 207+176+182=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0B6 is #304F49. Grayscale: #B9B9B9. Windows color (decimal): -3166026 or 11972815. OLE color: 11972815.
HSL color Cylindrical-coordinate representation of color #CFB0B6: hue angle of 348.39º 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 #CFB0B6 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 182 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.19 |
| HSL | 348.39º | 0.24% | 0.75% | - |
| HSV(B) | 348.39º | 0.15% | 0.81% | - |
| XYZ | 49.7 | 47.69 | 50.84 | - |
| YUV | 185.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 182 | 0 | 0.15 | 0.12 | 0.19 | 348.39 | 0.24 | 0.75 |
| Hex | CF | B0 | B6 | 0 | F | C | 13 | 15C | 18 | 4B |
| Octal | 317 | 260 | 266 | 0 | 17 | 14 | 23 | 534 | 30 | 113 |
| Binary | 11001111 | 10110000 | 10110110 | 0 | 1111 | 1100 | 10011 | 101011100 | 11000 | 1001011 |
Color Harmonies of #CFB0B6
Complementary color
Monochromatic Colors of #CFB0B6
Black with #CFB0B6
Text Example
Text Example
White with #CFB0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB0B6; }
p { color: rgb(207,176,182); }
H1.HeaderClassName
{
color: #CFB0B6;
}
.AnyTagClassName
{
color: #CFB0B6;
}
</style>
background-color css
<style>
a { background-color: #CFB0B6; }
a { background-color: rgb(207,176,182); }
div.DivClassName
{
background-color: #CFB0B6;
}
.BgClassName
{
background-color: #CFB0B6;
}
</style>
border-color css
<style>
span { border-color: #CFB0B6; }
span { border-color: rgb(207,176,182); }
td.TdClassName
{
border-color: #CFB0B6;
}
.TagClassName
{
border-color: #CFB0B6;
}
</style>