Shades of Careys Pink #CA9FA6
Tints of Careys Pink #CA9FA6
RGB
CMYK
RGB Variations
Color information
#CA9FA6 (or 0xCA9FA6) is known color: Careys Pink. HEX triplet: CA, 9F and A6. RGB value is (202,159,166). Sum of RGB (Red+Green+Blue) = 202+159+166=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9FA6 is #356059. Grayscale: #ACACAC. Windows color (decimal): -3498074 or 10919882. OLE color: 10919882.
HSL color Cylindrical-coordinate representation of color #CA9FA6: hue angle of 350.23º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CA9FA6 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 166 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.21 |
| HSL | 350.23º | 0.29% | 0.71% | - |
| HSV(B) | 350.23º | 0.21% | 0.79% | - |
| XYZ | 43.64 | 40.11 | 41.52 | - |
| YUV | 172.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 166 | 0 | 0.21 | 0.18 | 0.21 | 350.23 | 0.29 | 0.71 |
| Hex | CA | 9F | A6 | 0 | 15 | 12 | 15 | 15E | 1D | 47 |
| Octal | 312 | 237 | 246 | 0 | 25 | 22 | 25 | 536 | 35 | 107 |
| Binary | 11001010 | 10011111 | 10100110 | 0 | 10101 | 10010 | 10101 | 101011110 | 11101 | 1000111 |
Color Harmonies of #CA9FA6
Complementary color
Monochromatic Colors of #CA9FA6
Black with #CA9FA6
Text Example
Text Example
White with #CA9FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9FA6; }
p { color: rgb(202,159,166); }
H1.HeaderClassName
{
color: #CA9FA6;
}
.AnyTagClassName
{
color: #CA9FA6;
}
</style>
background-color css
<style>
a { background-color: #CA9FA6; }
a { background-color: rgb(202,159,166); }
div.DivClassName
{
background-color: #CA9FA6;
}
.BgClassName
{
background-color: #CA9FA6;
}
</style>
border-color css
<style>
span { border-color: #CA9FA6; }
span { border-color: rgb(202,159,166); }
td.TdClassName
{
border-color: #CA9FA6;
}
.TagClassName
{
border-color: #CA9FA6;
}
</style>