Shades of Careys Pink #CFA1AB
Tints of Careys Pink #CFA1AB
RGB
CMYK
RGB Variations
Color information
#CFA1AB (or 0xCFA1AB) is known color: Careys Pink. HEX triplet: CF, A1 and AB. RGB value is (207,161,171). Sum of RGB (Red+Green+Blue) = 207+161+171=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA1AB is #305E54. Grayscale: #AFAFAF. Windows color (decimal): -3169877 or 11248079. OLE color: 11248079.
HSL color Cylindrical-coordinate representation of color #CFA1AB: hue angle of 346.96º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFA1AB is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 171 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.19 |
| HSL | 346.96º | 0.32% | 0.72% | - |
| HSV(B) | 346.96º | 0.22% | 0.81% | - |
| XYZ | 45.83 | 41.7 | 44.16 | - |
| YUV | 175.89 | 125.24 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 171 | 0 | 0.22 | 0.17 | 0.19 | 346.96 | 0.32 | 0.72 |
| Hex | CF | A1 | AB | 0 | 16 | 11 | 13 | 15B | 20 | 48 |
| Octal | 317 | 241 | 253 | 0 | 26 | 21 | 23 | 533 | 40 | 110 |
| Binary | 11001111 | 10100001 | 10101011 | 0 | 10110 | 10001 | 10011 | 101011011 | 100000 | 1001000 |
Color Harmonies of #CFA1AB
Complementary color
Monochromatic Colors of #CFA1AB
Black with #CFA1AB
Text Example
Text Example
White with #CFA1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA1AB; }
p { color: rgb(207,161,171); }
H1.HeaderClassName
{
color: #CFA1AB;
}
.AnyTagClassName
{
color: #CFA1AB;
}
</style>
background-color css
<style>
a { background-color: #CFA1AB; }
a { background-color: rgb(207,161,171); }
div.DivClassName
{
background-color: #CFA1AB;
}
.BgClassName
{
background-color: #CFA1AB;
}
</style>
border-color css
<style>
span { border-color: #CFA1AB; }
span { border-color: rgb(207,161,171); }
td.TdClassName
{
border-color: #CFA1AB;
}
.TagClassName
{
border-color: #CFA1AB;
}
</style>