Shades of Careys Pink #CFA3AF
Tints of Careys Pink #CFA3AF
RGB
CMYK
RGB Variations
Color information
#CFA3AF (or 0xCFA3AF) is known color: Careys Pink. HEX triplet: CF, A3 and AF. RGB value is (207,163,175). Sum of RGB (Red+Green+Blue) = 207+163+175=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA3AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA3AF is #305C50. Grayscale: #B1B1B1. Windows color (decimal): -3169361 or 11510735. OLE color: 11510735.
HSL color Cylindrical-coordinate representation of color #CFA3AF: hue angle of 343.64º 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 #CFA3AF is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 175 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.19 |
| HSL | 343.64º | 0.31% | 0.73% | - |
| HSV(B) | 343.64º | 0.21% | 0.81% | - |
| XYZ | 46.57 | 42.55 | 46.32 | - |
| YUV | 177.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 175 | 0 | 0.21 | 0.15 | 0.19 | 343.64 | 0.31 | 0.73 |
| Hex | CF | A3 | AF | 0 | 15 | F | 13 | 158 | 1F | 49 |
| Octal | 317 | 243 | 257 | 0 | 25 | 17 | 23 | 530 | 37 | 111 |
| Binary | 11001111 | 10100011 | 10101111 | 0 | 10101 | 1111 | 10011 | 101011000 | 11111 | 1001001 |
Color Harmonies of #CFA3AF
Complementary color
Monochromatic Colors of #CFA3AF
Black with #CFA3AF
Text Example
Text Example
White with #CFA3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA3AF; }
p { color: rgb(207,163,175); }
H1.HeaderClassName
{
color: #CFA3AF;
}
.AnyTagClassName
{
color: #CFA3AF;
}
</style>
background-color css
<style>
a { background-color: #CFA3AF; }
a { background-color: rgb(207,163,175); }
div.DivClassName
{
background-color: #CFA3AF;
}
.BgClassName
{
background-color: #CFA3AF;
}
</style>
border-color css
<style>
span { border-color: #CFA3AF; }
span { border-color: rgb(207,163,175); }
td.TdClassName
{
border-color: #CFA3AF;
}
.TagClassName
{
border-color: #CFA3AF;
}
</style>