Shades of Careys Pink #CF9FA6
Tints of Careys Pink #CF9FA6
RGB
CMYK
RGB Variations
Color information
#CF9FA6 (or 0xCF9FA6) is known color: Careys Pink. HEX triplet: CF, 9F and A6. RGB value is (207,159,166). Sum of RGB (Red+Green+Blue) = 207+159+166=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9FA6 is #306059. Grayscale: #AEAEAE. Windows color (decimal): -3170394 or 10919887. OLE color: 10919887.
HSL color Cylindrical-coordinate representation of color #CF9FA6: hue angle of 351.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CF9FA6 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 166 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.19 |
| HSL | 351.25º | 0.33% | 0.72% | - |
| HSV(B) | 351.25º | 0.23% | 0.81% | - |
| XYZ | 45.01 | 40.81 | 41.58 | - |
| YUV | 174.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 166 | 0 | 0.23 | 0.20 | 0.19 | 351.25 | 0.33 | 0.72 |
| Hex | CF | 9F | A6 | 0 | 17 | 14 | 13 | 15F | 21 | 48 |
| Octal | 317 | 237 | 246 | 0 | 27 | 24 | 23 | 537 | 41 | 110 |
| Binary | 11001111 | 10011111 | 10100110 | 0 | 10111 | 10100 | 10011 | 101011111 | 100001 | 1001000 |
Color Harmonies of #CF9FA6
Complementary color
Monochromatic Colors of #CF9FA6
Black with #CF9FA6
Text Example
Text Example
White with #CF9FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9FA6; }
p { color: rgb(207,159,166); }
H1.HeaderClassName
{
color: #CF9FA6;
}
.AnyTagClassName
{
color: #CF9FA6;
}
</style>
background-color css
<style>
a { background-color: #CF9FA6; }
a { background-color: rgb(207,159,166); }
div.DivClassName
{
background-color: #CF9FA6;
}
.BgClassName
{
background-color: #CF9FA6;
}
</style>
border-color css
<style>
span { border-color: #CF9FA6; }
span { border-color: rgb(207,159,166); }
td.TdClassName
{
border-color: #CF9FA6;
}
.TagClassName
{
border-color: #CF9FA6;
}
</style>