Shades of Careys Pink #CF9FA1
Tints of Careys Pink #CF9FA1
RGB
CMYK
RGB Variations
Color information
#CF9FA1 (or 0xCF9FA1) is known color: Careys Pink. HEX triplet: CF, 9F and A1. RGB value is (207,159,161). Sum of RGB (Red+Green+Blue) = 207+159+161=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9FA1 is #30605E. Grayscale: #ADADAD. Windows color (decimal): -3170399 or 10592207. OLE color: 10592207.
HSL color Cylindrical-coordinate representation of color #CF9FA1: hue angle of 357.5º 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 #CF9FA1 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 161 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.19 |
| HSL | 357.5º | 0.33% | 0.72% | - |
| HSV(B) | 357.5º | 0.23% | 0.81% | - |
| XYZ | 44.56 | 40.63 | 39.21 | - |
| YUV | 173.58 | 120.9 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 161 | 0 | 0.23 | 0.22 | 0.19 | 357.5 | 0.33 | 0.72 |
| Hex | CF | 9F | A1 | 0 | 17 | 16 | 13 | 166 | 21 | 48 |
| Octal | 317 | 237 | 241 | 0 | 27 | 26 | 23 | 546 | 41 | 110 |
| Binary | 11001111 | 10011111 | 10100001 | 0 | 10111 | 10110 | 10011 | 101100110 | 100001 | 1001000 |
Color Harmonies of #CF9FA1
Complementary color
Monochromatic Colors of #CF9FA1
Black with #CF9FA1
Text Example
Text Example
White with #CF9FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9FA1; }
p { color: rgb(207,159,161); }
H1.HeaderClassName
{
color: #CF9FA1;
}
.AnyTagClassName
{
color: #CF9FA1;
}
</style>
background-color css
<style>
a { background-color: #CF9FA1; }
a { background-color: rgb(207,159,161); }
div.DivClassName
{
background-color: #CF9FA1;
}
.BgClassName
{
background-color: #CF9FA1;
}
</style>
border-color css
<style>
span { border-color: #CF9FA1; }
span { border-color: rgb(207,159,161); }
td.TdClassName
{
border-color: #CF9FA1;
}
.TagClassName
{
border-color: #CF9FA1;
}
</style>