Shades of Careys Pink #CFA3AD
Tints of Careys Pink #CFA3AD
RGB
CMYK
RGB Variations
Color information
#CFA3AD (or 0xCFA3AD) is known color: Careys Pink. HEX triplet: CF, A3 and AD. RGB value is (207,163,173). Sum of RGB (Red+Green+Blue) = 207+163+173=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 163 (64.06% from 255 or 30.02% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA3AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA3AD is #305C52. Grayscale: #B1B1B1. Windows color (decimal): -3169363 or 11379663. OLE color: 11379663.
HSL color Cylindrical-coordinate representation of color #CFA3AD: hue angle of 346.36º 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 #CFA3AD is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 173 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.19 |
| HSL | 346.36º | 0.31% | 0.73% | - |
| HSV(B) | 346.36º | 0.21% | 0.81% | - |
| XYZ | 46.37 | 42.48 | 45.29 | - |
| YUV | 177.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 173 | 0 | 0.21 | 0.16 | 0.19 | 346.36 | 0.31 | 0.73 |
| Hex | CF | A3 | AD | 0 | 15 | 10 | 13 | 15A | 1F | 49 |
| Octal | 317 | 243 | 255 | 0 | 25 | 20 | 23 | 532 | 37 | 111 |
| Binary | 11001111 | 10100011 | 10101101 | 0 | 10101 | 10000 | 10011 | 101011010 | 11111 | 1001001 |
Color Harmonies of #CFA3AD
Complementary color
Monochromatic Colors of #CFA3AD
Black with #CFA3AD
Text Example
Text Example
White with #CFA3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA3AD; }
p { color: rgb(207,163,173); }
H1.HeaderClassName
{
color: #CFA3AD;
}
.AnyTagClassName
{
color: #CFA3AD;
}
</style>
background-color css
<style>
a { background-color: #CFA3AD; }
a { background-color: rgb(207,163,173); }
div.DivClassName
{
background-color: #CFA3AD;
}
.BgClassName
{
background-color: #CFA3AD;
}
</style>
border-color css
<style>
span { border-color: #CFA3AD; }
span { border-color: rgb(207,163,173); }
td.TdClassName
{
border-color: #CFA3AD;
}
.TagClassName
{
border-color: #CFA3AD;
}
</style>