Shades of Blossom #CFABB6
Tints of Blossom #CFABB6
RGB
CMYK
RGB Variations
Color information
#CFABB6 (or 0xCFABB6) is known color: Blossom. HEX triplet: CF, AB and B6. RGB value is (207,171,182). Sum of RGB (Red+Green+Blue) = 207+171+182=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABB6 is #305449. Grayscale: #B7B7B7. Windows color (decimal): -3167306 or 11971535. OLE color: 11971535.
HSL color Cylindrical-coordinate representation of color #CFABB6: hue angle of 341.67º 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 #CFABB6 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 182 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.19 |
| HSL | 341.67º | 0.27% | 0.74% | - |
| HSV(B) | 341.67º | 0.17% | 0.81% | - |
| XYZ | 48.74 | 45.77 | 50.52 | - |
| YUV | 183.02 | 127.43 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 182 | 0 | 0.17 | 0.12 | 0.19 | 341.67 | 0.27 | 0.74 |
| Hex | CF | AB | B6 | 0 | 11 | C | 13 | 156 | 1B | 4A |
| Octal | 317 | 253 | 266 | 0 | 21 | 14 | 23 | 526 | 33 | 112 |
| Binary | 11001111 | 10101011 | 10110110 | 0 | 10001 | 1100 | 10011 | 101010110 | 11011 | 1001010 |
Color Harmonies of #CFABB6
Complementary color
Monochromatic Colors of #CFABB6
Black with #CFABB6
Text Example
Text Example
White with #CFABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABB6; }
p { color: rgb(207,171,182); }
H1.HeaderClassName
{
color: #CFABB6;
}
.AnyTagClassName
{
color: #CFABB6;
}
</style>
background-color css
<style>
a { background-color: #CFABB6; }
a { background-color: rgb(207,171,182); }
div.DivClassName
{
background-color: #CFABB6;
}
.BgClassName
{
background-color: #CFABB6;
}
</style>
border-color css
<style>
span { border-color: #CFABB6; }
span { border-color: rgb(207,171,182); }
td.TdClassName
{
border-color: #CFABB6;
}
.TagClassName
{
border-color: #CFABB6;
}
</style>