Shades of Blossom #CFA7B1
Tints of Blossom #CFA7B1
RGB
CMYK
RGB Variations
Color information
#CFA7B1 (or 0xCFA7B1) is known color: Blossom. HEX triplet: CF, A7 and B1. RGB value is (207,167,177). Sum of RGB (Red+Green+Blue) = 207+167+177=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA7B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA7B1 is #30584E. Grayscale: #B4B4B4. Windows color (decimal): -3168335 or 11642831. OLE color: 11642831.
HSL color Cylindrical-coordinate representation of color #CFA7B1: hue angle of 345º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFA7B1 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 177 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.19 |
| HSL | 345º | 0.29% | 0.73% | - |
| HSV(B) | 345º | 0.19% | 0.81% | - |
| XYZ | 47.49 | 44.08 | 47.6 | - |
| YUV | 180.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 177 | 0 | 0.19 | 0.14 | 0.19 | 345 | 0.29 | 0.73 |
| Hex | CF | A7 | B1 | 0 | 13 | E | 13 | 159 | 1D | 49 |
| Octal | 317 | 247 | 261 | 0 | 23 | 16 | 23 | 531 | 35 | 111 |
| Binary | 11001111 | 10100111 | 10110001 | 0 | 10011 | 1110 | 10011 | 101011001 | 11101 | 1001001 |
Color Harmonies of #CFA7B1
Complementary color
Monochromatic Colors of #CFA7B1
Black with #CFA7B1
Text Example
Text Example
White with #CFA7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA7B1; }
p { color: rgb(207,167,177); }
H1.HeaderClassName
{
color: #CFA7B1;
}
.AnyTagClassName
{
color: #CFA7B1;
}
</style>
background-color css
<style>
a { background-color: #CFA7B1; }
a { background-color: rgb(207,167,177); }
div.DivClassName
{
background-color: #CFA7B1;
}
.BgClassName
{
background-color: #CFA7B1;
}
</style>
border-color css
<style>
span { border-color: #CFA7B1; }
span { border-color: rgb(207,167,177); }
td.TdClassName
{
border-color: #CFA7B1;
}
.TagClassName
{
border-color: #CFA7B1;
}
</style>