Shades of Careys Pink #CFA5AB
Tints of Careys Pink #CFA5AB
RGB
CMYK
RGB Variations
Color information
#CFA5AB (or 0xCFA5AB) is known color: Careys Pink. HEX triplet: CF, A5 and AB. RGB value is (207,165,171). Sum of RGB (Red+Green+Blue) = 207+165+171=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA5AB is #305A54. Grayscale: #B2B2B2. Windows color (decimal): -3168853 or 11249103. OLE color: 11249103.
HSL color Cylindrical-coordinate representation of color #CFA5AB: hue angle of 351.43º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA5AB is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 171 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.19 |
| HSL | 351.43º | 0.3% | 0.73% | - |
| HSV(B) | 351.43º | 0.2% | 0.81% | - |
| XYZ | 46.54 | 43.12 | 44.4 | - |
| YUV | 178.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 171 | 0 | 0.20 | 0.17 | 0.19 | 351.43 | 0.3 | 0.73 |
| Hex | CF | A5 | AB | 0 | 14 | 11 | 13 | 15F | 1E | 49 |
| Octal | 317 | 245 | 253 | 0 | 24 | 21 | 23 | 537 | 36 | 111 |
| Binary | 11001111 | 10100101 | 10101011 | 0 | 10100 | 10001 | 10011 | 101011111 | 11110 | 1001001 |
Color Harmonies of #CFA5AB
Complementary color
Monochromatic Colors of #CFA5AB
Black with #CFA5AB
Text Example
Text Example
White with #CFA5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5AB; }
p { color: rgb(207,165,171); }
H1.HeaderClassName
{
color: #CFA5AB;
}
.AnyTagClassName
{
color: #CFA5AB;
}
</style>
background-color css
<style>
a { background-color: #CFA5AB; }
a { background-color: rgb(207,165,171); }
div.DivClassName
{
background-color: #CFA5AB;
}
.BgClassName
{
background-color: #CFA5AB;
}
</style>
border-color css
<style>
span { border-color: #CFA5AB; }
span { border-color: rgb(207,165,171); }
td.TdClassName
{
border-color: #CFA5AB;
}
.TagClassName
{
border-color: #CFA5AB;
}
</style>