Shades of Careys Pink #CA97A1
Tints of Careys Pink #CA97A1
RGB
CMYK
RGB Variations
Color information
#CA97A1 (or 0xCA97A1) is known color: Careys Pink. HEX triplet: CA, 97 and A1. RGB value is (202,151,161). Sum of RGB (Red+Green+Blue) = 202+151+161=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CA97A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA97A1 is #35685E. Grayscale: #A7A7A7. Windows color (decimal): -3500127 or 10590154. OLE color: 10590154.
HSL color Cylindrical-coordinate representation of color #CA97A1: hue angle of 348.24º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CA97A1 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 151 | 161 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.21 |
| HSL | 348.24º | 0.32% | 0.69% | - |
| HSV(B) | 348.24º | 0.25% | 0.79% | - |
| XYZ | 41.86 | 37.26 | 38.7 | - |
| YUV | 167.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 161 | 0 | 0.25 | 0.20 | 0.21 | 348.24 | 0.32 | 0.69 |
| Hex | CA | 97 | A1 | 0 | 19 | 14 | 15 | 15C | 20 | 45 |
| Octal | 312 | 227 | 241 | 0 | 31 | 24 | 25 | 534 | 40 | 105 |
| Binary | 11001010 | 10010111 | 10100001 | 0 | 11001 | 10100 | 10101 | 101011100 | 100000 | 1000101 |
Color Harmonies of #CA97A1
Complementary color
Monochromatic Colors of #CA97A1
Black with #CA97A1
Text Example
Text Example
White with #CA97A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA97A1; }
p { color: rgb(202,151,161); }
H1.HeaderClassName
{
color: #CA97A1;
}
.AnyTagClassName
{
color: #CA97A1;
}
</style>
background-color css
<style>
a { background-color: #CA97A1; }
a { background-color: rgb(202,151,161); }
div.DivClassName
{
background-color: #CA97A1;
}
.BgClassName
{
background-color: #CA97A1;
}
</style>
border-color css
<style>
span { border-color: #CA97A1; }
span { border-color: rgb(202,151,161); }
td.TdClassName
{
border-color: #CA97A1;
}
.TagClassName
{
border-color: #CA97A1;
}
</style>