Shades of Blossom #CFA6B1
Tints of Blossom #CFA6B1
RGB
CMYK
RGB Variations
Color information
#CFA6B1 (or 0xCFA6B1) is known color: Blossom. HEX triplet: CF, A6 and B1. RGB value is (207,166,177). Sum of RGB (Red+Green+Blue) = 207+166+177=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA6B1 is #30594E. Grayscale: #B3B3B3. Windows color (decimal): -3168591 or 11642575. OLE color: 11642575.
HSL color Cylindrical-coordinate representation of color #CFA6B1: hue angle of 343.9º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA6B1 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 177 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.19 |
| HSL | 343.9º | 0.3% | 0.73% | - |
| HSV(B) | 343.9º | 0.2% | 0.81% | - |
| XYZ | 47.3 | 43.71 | 47.54 | - |
| YUV | 179.51 | 126.58 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 177 | 0 | 0.20 | 0.14 | 0.19 | 343.9 | 0.3 | 0.73 |
| Hex | CF | A6 | B1 | 0 | 14 | E | 13 | 158 | 1E | 49 |
| Octal | 317 | 246 | 261 | 0 | 24 | 16 | 23 | 530 | 36 | 111 |
| Binary | 11001111 | 10100110 | 10110001 | 0 | 10100 | 1110 | 10011 | 101011000 | 11110 | 1001001 |
Color Harmonies of #CFA6B1
Complementary color
Monochromatic Colors of #CFA6B1
Black with #CFA6B1
Text Example
Text Example
White with #CFA6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6B1; }
p { color: rgb(207,166,177); }
H1.HeaderClassName
{
color: #CFA6B1;
}
.AnyTagClassName
{
color: #CFA6B1;
}
</style>
background-color css
<style>
a { background-color: #CFA6B1; }
a { background-color: rgb(207,166,177); }
div.DivClassName
{
background-color: #CFA6B1;
}
.BgClassName
{
background-color: #CFA6B1;
}
</style>
border-color css
<style>
span { border-color: #CFA6B1; }
span { border-color: rgb(207,166,177); }
td.TdClassName
{
border-color: #CFA6B1;
}
.TagClassName
{
border-color: #CFA6B1;
}
</style>