Shades of Careys Pink #CFA1AD
Tints of Careys Pink #CFA1AD
RGB
CMYK
RGB Variations
Color information
#CFA1AD (or 0xCFA1AD) is known color: Careys Pink. HEX triplet: CF, A1 and AD. RGB value is (207,161,173). Sum of RGB (Red+Green+Blue) = 207+161+173=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA1AD is #305E52. Grayscale: #B0B0B0. Windows color (decimal): -3169875 or 11379151. OLE color: 11379151.
HSL color Cylindrical-coordinate representation of color #CFA1AD: hue angle of 344.35º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFA1AD is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 173 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.19 |
| HSL | 344.35º | 0.32% | 0.72% | - |
| HSV(B) | 344.35º | 0.22% | 0.81% | - |
| XYZ | 46.02 | 41.77 | 45.17 | - |
| YUV | 176.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 173 | 0 | 0.22 | 0.16 | 0.19 | 344.35 | 0.32 | 0.72 |
| Hex | CF | A1 | AD | 0 | 16 | 10 | 13 | 158 | 20 | 48 |
| Octal | 317 | 241 | 255 | 0 | 26 | 20 | 23 | 530 | 40 | 110 |
| Binary | 11001111 | 10100001 | 10101101 | 0 | 10110 | 10000 | 10011 | 101011000 | 100000 | 1001000 |
Color Harmonies of #CFA1AD
Complementary color
Monochromatic Colors of #CFA1AD
Black with #CFA1AD
Text Example
Text Example
White with #CFA1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA1AD; }
p { color: rgb(207,161,173); }
H1.HeaderClassName
{
color: #CFA1AD;
}
.AnyTagClassName
{
color: #CFA1AD;
}
</style>
background-color css
<style>
a { background-color: #CFA1AD; }
a { background-color: rgb(207,161,173); }
div.DivClassName
{
background-color: #CFA1AD;
}
.BgClassName
{
background-color: #CFA1AD;
}
</style>
border-color css
<style>
span { border-color: #CFA1AD; }
span { border-color: rgb(207,161,173); }
td.TdClassName
{
border-color: #CFA1AD;
}
.TagClassName
{
border-color: #CFA1AD;
}
</style>