Shades of Careys Pink #CFA3A7
Tints of Careys Pink #CFA3A7
RGB
CMYK
RGB Variations
Color information
#CFA3A7 (or 0xCFA3A7) is known color: Careys Pink. HEX triplet: CF, A3 and A7. RGB value is (207,163,167). Sum of RGB (Red+Green+Blue) = 207+163+167=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA3A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA3A7 is #305C58. Grayscale: #B0B0B0. Windows color (decimal): -3169369 or 10986447. OLE color: 10986447.
HSL color Cylindrical-coordinate representation of color #CFA3A7: hue angle of 354.55º 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 #CFA3A7 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 167 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.19 |
| HSL | 354.55º | 0.31% | 0.73% | - |
| HSV(B) | 354.55º | 0.21% | 0.81% | - |
| XYZ | 45.8 | 42.25 | 42.3 | - |
| YUV | 176.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 167 | 0 | 0.21 | 0.19 | 0.19 | 354.55 | 0.31 | 0.73 |
| Hex | CF | A3 | A7 | 0 | 15 | 13 | 13 | 163 | 1F | 49 |
| Octal | 317 | 243 | 247 | 0 | 25 | 23 | 23 | 543 | 37 | 111 |
| Binary | 11001111 | 10100011 | 10100111 | 0 | 10101 | 10011 | 10011 | 101100011 | 11111 | 1001001 |
Color Harmonies of #CFA3A7
Complementary color
Monochromatic Colors of #CFA3A7
Black with #CFA3A7
Text Example
Text Example
White with #CFA3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA3A7; }
p { color: rgb(207,163,167); }
H1.HeaderClassName
{
color: #CFA3A7;
}
.AnyTagClassName
{
color: #CFA3A7;
}
</style>
background-color css
<style>
a { background-color: #CFA3A7; }
a { background-color: rgb(207,163,167); }
div.DivClassName
{
background-color: #CFA3A7;
}
.BgClassName
{
background-color: #CFA3A7;
}
</style>
border-color css
<style>
span { border-color: #CFA3A7; }
span { border-color: rgb(207,163,167); }
td.TdClassName
{
border-color: #CFA3A7;
}
.TagClassName
{
border-color: #CFA3A7;
}
</style>