Shades of Pink Flare #CFB1B4
Tints of Pink Flare #CFB1B4
RGB
CMYK
RGB Variations
Color information
#CFB1B4 (or 0xCFB1B4) is known color: Pink Flare. HEX triplet: CF, B1 and B4. RGB value is (207,177,180). Sum of RGB (Red+Green+Blue) = 207+177+180=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 177 (69.53% from 255 or 31.38% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB1B4 is #304E4B. Grayscale: #BABABA. Windows color (decimal): -3165772 or 11841999. OLE color: 11841999.
HSL color Cylindrical-coordinate representation of color #CFB1B4: hue angle of 354º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB1B4 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 180 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.19 |
| HSL | 354º | 0.24% | 0.75% | - |
| HSV(B) | 354º | 0.14% | 0.81% | - |
| XYZ | 49.69 | 48 | 49.83 | - |
| YUV | 186.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 180 | 0 | 0.14 | 0.13 | 0.19 | 354 | 0.24 | 0.75 |
| Hex | CF | B1 | B4 | 0 | E | D | 13 | 162 | 18 | 4B |
| Octal | 317 | 261 | 264 | 0 | 16 | 15 | 23 | 542 | 30 | 113 |
| Binary | 11001111 | 10110001 | 10110100 | 0 | 1110 | 1101 | 10011 | 101100010 | 11000 | 1001011 |
Color Harmonies of #CFB1B4
Complementary color
Monochromatic Colors of #CFB1B4
Black with #CFB1B4
Text Example
Text Example
White with #CFB1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB1B4; }
p { color: rgb(207,177,180); }
H1.HeaderClassName
{
color: #CFB1B4;
}
.AnyTagClassName
{
color: #CFB1B4;
}
</style>
background-color css
<style>
a { background-color: #CFB1B4; }
a { background-color: rgb(207,177,180); }
div.DivClassName
{
background-color: #CFB1B4;
}
.BgClassName
{
background-color: #CFB1B4;
}
</style>
border-color css
<style>
span { border-color: #CFB1B4; }
span { border-color: rgb(207,177,180); }
td.TdClassName
{
border-color: #CFB1B4;
}
.TagClassName
{
border-color: #CFB1B4;
}
</style>