Shades of Pink Flare #CFB0B4
Tints of Pink Flare #CFB0B4
RGB
CMYK
RGB Variations
Color information
#CFB0B4 (or 0xCFB0B4) is known color: Pink Flare. HEX triplet: CF, B0 and B4. RGB value is (207,176,180). Sum of RGB (Red+Green+Blue) = 207+176+180=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0B4 is #304F4B. Grayscale: #B9B9B9. Windows color (decimal): -3166028 or 11841743. OLE color: 11841743.
HSL color Cylindrical-coordinate representation of color #CFB0B4: hue angle of 352.26º 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 #CFB0B4 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 180 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.19 |
| HSL | 352.26º | 0.24% | 0.75% | - |
| HSV(B) | 352.26º | 0.15% | 0.81% | - |
| XYZ | 49.5 | 47.61 | 49.76 | - |
| YUV | 185.73 | 124.77 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 180 | 0 | 0.15 | 0.13 | 0.19 | 352.26 | 0.24 | 0.75 |
| Hex | CF | B0 | B4 | 0 | F | D | 13 | 160 | 18 | 4B |
| Octal | 317 | 260 | 264 | 0 | 17 | 15 | 23 | 540 | 30 | 113 |
| Binary | 11001111 | 10110000 | 10110100 | 0 | 1111 | 1101 | 10011 | 101100000 | 11000 | 1001011 |
Color Harmonies of #CFB0B4
Complementary color
Monochromatic Colors of #CFB0B4
Black with #CFB0B4
Text Example
Text Example
White with #CFB0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB0B4; }
p { color: rgb(207,176,180); }
H1.HeaderClassName
{
color: #CFB0B4;
}
.AnyTagClassName
{
color: #CFB0B4;
}
</style>
background-color css
<style>
a { background-color: #CFB0B4; }
a { background-color: rgb(207,176,180); }
div.DivClassName
{
background-color: #CFB0B4;
}
.BgClassName
{
background-color: #CFB0B4;
}
</style>
border-color css
<style>
span { border-color: #CFB0B4; }
span { border-color: rgb(207,176,180); }
td.TdClassName
{
border-color: #CFB0B4;
}
.TagClassName
{
border-color: #CFB0B4;
}
</style>