Shades of Blossom #CFA8B4
Tints of Blossom #CFA8B4
RGB
CMYK
RGB Variations
Color information
#CFA8B4 (or 0xCFA8B4) is known color: Blossom. HEX triplet: CF, A8 and B4. RGB value is (207,168,180). Sum of RGB (Red+Green+Blue) = 207+168+180=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8B4 is #30574B. Grayscale: #B5B5B5. Windows color (decimal): -3168076 or 11839695. OLE color: 11839695.
HSL color Cylindrical-coordinate representation of color #CFA8B4: hue angle of 341.54º 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 #CFA8B4 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 180 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.19 |
| HSL | 341.54º | 0.29% | 0.74% | - |
| HSV(B) | 341.54º | 0.19% | 0.81% | - |
| XYZ | 47.97 | 44.57 | 49.25 | - |
| YUV | 181.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 180 | 0 | 0.19 | 0.13 | 0.19 | 341.54 | 0.29 | 0.74 |
| Hex | CF | A8 | B4 | 0 | 13 | D | 13 | 156 | 1D | 4A |
| Octal | 317 | 250 | 264 | 0 | 23 | 15 | 23 | 526 | 35 | 112 |
| Binary | 11001111 | 10101000 | 10110100 | 0 | 10011 | 1101 | 10011 | 101010110 | 11101 | 1001010 |
Color Harmonies of #CFA8B4
Complementary color
Monochromatic Colors of #CFA8B4
Black with #CFA8B4
Text Example
Text Example
White with #CFA8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8B4; }
p { color: rgb(207,168,180); }
H1.HeaderClassName
{
color: #CFA8B4;
}
.AnyTagClassName
{
color: #CFA8B4;
}
</style>
background-color css
<style>
a { background-color: #CFA8B4; }
a { background-color: rgb(207,168,180); }
div.DivClassName
{
background-color: #CFA8B4;
}
.BgClassName
{
background-color: #CFA8B4;
}
</style>
border-color css
<style>
span { border-color: #CFA8B4; }
span { border-color: rgb(207,168,180); }
td.TdClassName
{
border-color: #CFA8B4;
}
.TagClassName
{
border-color: #CFA8B4;
}
</style>