Shades of Blossom #CFABB5
Tints of Blossom #CFABB5
RGB
CMYK
RGB Variations
Color information
#CFABB5 (or 0xCFABB5) is known color: Blossom. HEX triplet: CF, AB and B5. RGB value is (207,171,181). Sum of RGB (Red+Green+Blue) = 207+171+181=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABB5 is #30544A. Grayscale: #B6B6B6. Windows color (decimal): -3167307 or 11905999. OLE color: 11905999.
HSL color Cylindrical-coordinate representation of color #CFABB5: hue angle of 343.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFABB5 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 181 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.19 |
| HSL | 343.33º | 0.27% | 0.74% | - |
| HSV(B) | 343.33º | 0.17% | 0.81% | - |
| XYZ | 48.64 | 45.73 | 49.98 | - |
| YUV | 182.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 181 | 0 | 0.17 | 0.13 | 0.19 | 343.33 | 0.27 | 0.74 |
| Hex | CF | AB | B5 | 0 | 11 | D | 13 | 157 | 1B | 4A |
| Octal | 317 | 253 | 265 | 0 | 21 | 15 | 23 | 527 | 33 | 112 |
| Binary | 11001111 | 10101011 | 10110101 | 0 | 10001 | 1101 | 10011 | 101010111 | 11011 | 1001010 |
Color Harmonies of #CFABB5
Complementary color
Monochromatic Colors of #CFABB5
Black with #CFABB5
Text Example
Text Example
White with #CFABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABB5; }
p { color: rgb(207,171,181); }
H1.HeaderClassName
{
color: #CFABB5;
}
.AnyTagClassName
{
color: #CFABB5;
}
</style>
background-color css
<style>
a { background-color: #CFABB5; }
a { background-color: rgb(207,171,181); }
div.DivClassName
{
background-color: #CFABB5;
}
.BgClassName
{
background-color: #CFABB5;
}
</style>
border-color css
<style>
span { border-color: #CFABB5; }
span { border-color: rgb(207,171,181); }
td.TdClassName
{
border-color: #CFABB5;
}
.TagClassName
{
border-color: #CFABB5;
}
</style>