Shades of Careys Pink #CFA0AB
Tints of Careys Pink #CFA0AB
RGB
CMYK
RGB Variations
Color information
#CFA0AB (or 0xCFA0AB) is known color: Careys Pink. HEX triplet: CF, A0 and AB. RGB value is (207,160,171). Sum of RGB (Red+Green+Blue) = 207+160+171=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA0AB is #305F54. Grayscale: #AFAFAF. Windows color (decimal): -3170133 or 11247823. OLE color: 11247823.
HSL color Cylindrical-coordinate representation of color #CFA0AB: hue angle of 345.96º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFA0AB is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 171 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.19 |
| HSL | 345.96º | 0.33% | 0.72% | - |
| HSV(B) | 345.96º | 0.23% | 0.81% | - |
| XYZ | 45.65 | 41.35 | 44.1 | - |
| YUV | 175.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 171 | 0 | 0.23 | 0.17 | 0.19 | 345.96 | 0.33 | 0.72 |
| Hex | CF | A0 | AB | 0 | 17 | 11 | 13 | 15A | 21 | 48 |
| Octal | 317 | 240 | 253 | 0 | 27 | 21 | 23 | 532 | 41 | 110 |
| Binary | 11001111 | 10100000 | 10101011 | 0 | 10111 | 10001 | 10011 | 101011010 | 100001 | 1001000 |
Color Harmonies of #CFA0AB
Complementary color
Monochromatic Colors of #CFA0AB
Black with #CFA0AB
Text Example
Text Example
White with #CFA0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA0AB; }
p { color: rgb(207,160,171); }
H1.HeaderClassName
{
color: #CFA0AB;
}
.AnyTagClassName
{
color: #CFA0AB;
}
</style>
background-color css
<style>
a { background-color: #CFA0AB; }
a { background-color: rgb(207,160,171); }
div.DivClassName
{
background-color: #CFA0AB;
}
.BgClassName
{
background-color: #CFA0AB;
}
</style>
border-color css
<style>
span { border-color: #CFA0AB; }
span { border-color: rgb(207,160,171); }
td.TdClassName
{
border-color: #CFA0AB;
}
.TagClassName
{
border-color: #CFA0AB;
}
</style>