Shades of Blossom #CFA8B5
Tints of Blossom #CFA8B5
RGB
CMYK
RGB Variations
Color information
#CFA8B5 (or 0xCFA8B5) is known color: Blossom. HEX triplet: CF, A8 and B5. RGB value is (207,168,181). Sum of RGB (Red+Green+Blue) = 207+168+181=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8B5 is #30574A. Grayscale: #B5B5B5. Windows color (decimal): -3168075 or 11905231. OLE color: 11905231.
HSL color Cylindrical-coordinate representation of color #CFA8B5: hue angle of 340º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFA8B5 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 181 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.19 |
| HSL | 340º | 0.29% | 0.74% | - |
| HSV(B) | 340º | 0.19% | 0.81% | - |
| XYZ | 48.08 | 44.61 | 49.79 | - |
| YUV | 181.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 181 | 0 | 0.19 | 0.13 | 0.19 | 340 | 0.29 | 0.74 |
| Hex | CF | A8 | B5 | 0 | 13 | D | 13 | 154 | 1D | 4A |
| Octal | 317 | 250 | 265 | 0 | 23 | 15 | 23 | 524 | 35 | 112 |
| Binary | 11001111 | 10101000 | 10110101 | 0 | 10011 | 1101 | 10011 | 101010100 | 11101 | 1001010 |
Color Harmonies of #CFA8B5
Complementary color
Monochromatic Colors of #CFA8B5
Black with #CFA8B5
Text Example
Text Example
White with #CFA8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8B5; }
p { color: rgb(207,168,181); }
H1.HeaderClassName
{
color: #CFA8B5;
}
.AnyTagClassName
{
color: #CFA8B5;
}
</style>
background-color css
<style>
a { background-color: #CFA8B5; }
a { background-color: rgb(207,168,181); }
div.DivClassName
{
background-color: #CFA8B5;
}
.BgClassName
{
background-color: #CFA8B5;
}
</style>
border-color css
<style>
span { border-color: #CFA8B5; }
span { border-color: rgb(207,168,181); }
td.TdClassName
{
border-color: #CFA8B5;
}
.TagClassName
{
border-color: #CFA8B5;
}
</style>