Shades of Blossom #CFA9B2
Tints of Blossom #CFA9B2
RGB
CMYK
RGB Variations
Color information
#CFA9B2 (or 0xCFA9B2) is known color: Blossom. HEX triplet: CF, A9 and B2. RGB value is (207,169,178). Sum of RGB (Red+Green+Blue) = 207+169+178=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA9B2 is #30564D. Grayscale: #B5B5B5. Windows color (decimal): -3167822 or 11708879. OLE color: 11708879.
HSL color Cylindrical-coordinate representation of color #CFA9B2: hue angle of 345.79º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFA9B2 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 178 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.19 |
| HSL | 345.79º | 0.28% | 0.74% | - |
| HSV(B) | 345.79º | 0.18% | 0.81% | - |
| XYZ | 47.96 | 44.86 | 48.25 | - |
| YUV | 181.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 178 | 0 | 0.18 | 0.14 | 0.19 | 345.79 | 0.28 | 0.74 |
| Hex | CF | A9 | B2 | 0 | 12 | E | 13 | 15A | 1C | 4A |
| Octal | 317 | 251 | 262 | 0 | 22 | 16 | 23 | 532 | 34 | 112 |
| Binary | 11001111 | 10101001 | 10110010 | 0 | 10010 | 1110 | 10011 | 101011010 | 11100 | 1001010 |
Color Harmonies of #CFA9B2
Complementary color
Monochromatic Colors of #CFA9B2
Black with #CFA9B2
Text Example
Text Example
White with #CFA9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA9B2; }
p { color: rgb(207,169,178); }
H1.HeaderClassName
{
color: #CFA9B2;
}
.AnyTagClassName
{
color: #CFA9B2;
}
</style>
background-color css
<style>
a { background-color: #CFA9B2; }
a { background-color: rgb(207,169,178); }
div.DivClassName
{
background-color: #CFA9B2;
}
.BgClassName
{
background-color: #CFA9B2;
}
</style>
border-color css
<style>
span { border-color: #CFA9B2; }
span { border-color: rgb(207,169,178); }
td.TdClassName
{
border-color: #CFA9B2;
}
.TagClassName
{
border-color: #CFA9B2;
}
</style>