Shades of Careys Pink #CFA3A6
Tints of Careys Pink #CFA3A6
RGB
CMYK
RGB Variations
Color information
#CFA3A6 (or 0xCFA3A6) is known color: Careys Pink. HEX triplet: CF, A3 and A6. RGB value is (207,163,166). Sum of RGB (Red+Green+Blue) = 207+163+166=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA3A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA3A6 is #305C59. Grayscale: #B0B0B0. Windows color (decimal): -3169370 or 10920911. OLE color: 10920911.
HSL color Cylindrical-coordinate representation of color #CFA3A6: hue angle of 355.91º 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 #CFA3A6 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 166 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.19 |
| HSL | 355.91º | 0.31% | 0.73% | - |
| HSV(B) | 355.91º | 0.21% | 0.81% | - |
| XYZ | 45.71 | 42.21 | 41.82 | - |
| YUV | 176.5 | 122.08 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 166 | 0 | 0.21 | 0.20 | 0.19 | 355.91 | 0.31 | 0.73 |
| Hex | CF | A3 | A6 | 0 | 15 | 14 | 13 | 164 | 1F | 49 |
| Octal | 317 | 243 | 246 | 0 | 25 | 24 | 23 | 544 | 37 | 111 |
| Binary | 11001111 | 10100011 | 10100110 | 0 | 10101 | 10100 | 10011 | 101100100 | 11111 | 1001001 |
Color Harmonies of #CFA3A6
Complementary color
Monochromatic Colors of #CFA3A6
Black with #CFA3A6
Text Example
Text Example
White with #CFA3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA3A6; }
p { color: rgb(207,163,166); }
H1.HeaderClassName
{
color: #CFA3A6;
}
.AnyTagClassName
{
color: #CFA3A6;
}
</style>
background-color css
<style>
a { background-color: #CFA3A6; }
a { background-color: rgb(207,163,166); }
div.DivClassName
{
background-color: #CFA3A6;
}
.BgClassName
{
background-color: #CFA3A6;
}
</style>
border-color css
<style>
span { border-color: #CFA3A6; }
span { border-color: rgb(207,163,166); }
td.TdClassName
{
border-color: #CFA3A6;
}
.TagClassName
{
border-color: #CFA3A6;
}
</style>