Shades of Careys Pink #CA97A3
Tints of Careys Pink #CA97A3
RGB
CMYK
RGB Variations
Color information
#CA97A3 (or 0xCA97A3) is known color: Careys Pink. HEX triplet: CA, 97 and A3. RGB value is (202,151,163). Sum of RGB (Red+Green+Blue) = 202+151+163=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA97A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA97A3 is #35685C. Grayscale: #A7A7A7. Windows color (decimal): -3500125 or 10721226. OLE color: 10721226.
HSL color Cylindrical-coordinate representation of color #CA97A3: hue angle of 345.88º 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 #CA97A3 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 151 | 163 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.21 |
| HSL | 345.88º | 0.32% | 0.69% | - |
| HSV(B) | 345.88º | 0.25% | 0.79% | - |
| XYZ | 42.03 | 37.33 | 39.64 | - |
| YUV | 167.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 163 | 0 | 0.25 | 0.19 | 0.21 | 345.88 | 0.32 | 0.69 |
| Hex | CA | 97 | A3 | 0 | 19 | 13 | 15 | 15A | 20 | 45 |
| Octal | 312 | 227 | 243 | 0 | 31 | 23 | 25 | 532 | 40 | 105 |
| Binary | 11001010 | 10010111 | 10100011 | 0 | 11001 | 10011 | 10101 | 101011010 | 100000 | 1000101 |
Color Harmonies of #CA97A3
Complementary color
Monochromatic Colors of #CA97A3
Black with #CA97A3
Text Example
Text Example
White with #CA97A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA97A3; }
p { color: rgb(202,151,163); }
H1.HeaderClassName
{
color: #CA97A3;
}
.AnyTagClassName
{
color: #CA97A3;
}
</style>
background-color css
<style>
a { background-color: #CA97A3; }
a { background-color: rgb(202,151,163); }
div.DivClassName
{
background-color: #CA97A3;
}
.BgClassName
{
background-color: #CA97A3;
}
</style>
border-color css
<style>
span { border-color: #CA97A3; }
span { border-color: rgb(202,151,163); }
td.TdClassName
{
border-color: #CA97A3;
}
.TagClassName
{
border-color: #CA97A3;
}
</style>