Shades of Careys Pink #CFA4AB
Tints of Careys Pink #CFA4AB
RGB
CMYK
RGB Variations
Color information
#CFA4AB (or 0xCFA4AB) is known color: Careys Pink. HEX triplet: CF, A4 and AB. RGB value is (207,164,171). Sum of RGB (Red+Green+Blue) = 207+164+171=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA4AB is #305B54. Grayscale: #B1B1B1. Windows color (decimal): -3169109 or 11248847. OLE color: 11248847.
HSL color Cylindrical-coordinate representation of color #CFA4AB: hue angle of 350.23º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFA4AB is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 171 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.19 |
| HSL | 350.23º | 0.31% | 0.73% | - |
| HSV(B) | 350.23º | 0.21% | 0.81% | - |
| XYZ | 46.36 | 42.76 | 44.34 | - |
| YUV | 177.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 171 | 0 | 0.21 | 0.17 | 0.19 | 350.23 | 0.31 | 0.73 |
| Hex | CF | A4 | AB | 0 | 15 | 11 | 13 | 15E | 1F | 49 |
| Octal | 317 | 244 | 253 | 0 | 25 | 21 | 23 | 536 | 37 | 111 |
| Binary | 11001111 | 10100100 | 10101011 | 0 | 10101 | 10001 | 10011 | 101011110 | 11111 | 1001001 |
Color Harmonies of #CFA4AB
Complementary color
Monochromatic Colors of #CFA4AB
Black with #CFA4AB
Text Example
Text Example
White with #CFA4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA4AB; }
p { color: rgb(207,164,171); }
H1.HeaderClassName
{
color: #CFA4AB;
}
.AnyTagClassName
{
color: #CFA4AB;
}
</style>
background-color css
<style>
a { background-color: #CFA4AB; }
a { background-color: rgb(207,164,171); }
div.DivClassName
{
background-color: #CFA4AB;
}
.BgClassName
{
background-color: #CFA4AB;
}
</style>
border-color css
<style>
span { border-color: #CFA4AB; }
span { border-color: rgb(207,164,171); }
td.TdClassName
{
border-color: #CFA4AB;
}
.TagClassName
{
border-color: #CFA4AB;
}
</style>