Shades of Careys Pink #CA99A3
Tints of Careys Pink #CA99A3
RGB
CMYK
RGB Variations
Color information
#CA99A3 (or 0xCA99A3) is known color: Careys Pink. HEX triplet: CA, 99 and A3. RGB value is (202,153,163). Sum of RGB (Red+Green+Blue) = 202+153+163=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CA99A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA99A3 is #35665C. Grayscale: #A8A8A8. Windows color (decimal): -3499613 or 10721738. OLE color: 10721738.
HSL color Cylindrical-coordinate representation of color #CA99A3: hue angle of 347.76º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CA99A3 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 163 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.21 |
| HSL | 347.76º | 0.32% | 0.7% | - |
| HSV(B) | 347.76º | 0.24% | 0.79% | - |
| XYZ | 42.36 | 37.98 | 39.75 | - |
| YUV | 168.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 163 | 0 | 0.24 | 0.19 | 0.21 | 347.76 | 0.32 | 0.7 |
| Hex | CA | 99 | A3 | 0 | 18 | 13 | 15 | 15C | 20 | 46 |
| Octal | 312 | 231 | 243 | 0 | 30 | 23 | 25 | 534 | 40 | 106 |
| Binary | 11001010 | 10011001 | 10100011 | 0 | 11000 | 10011 | 10101 | 101011100 | 100000 | 1000110 |
Color Harmonies of #CA99A3
Complementary color
Monochromatic Colors of #CA99A3
Black with #CA99A3
Text Example
Text Example
White with #CA99A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA99A3; }
p { color: rgb(202,153,163); }
H1.HeaderClassName
{
color: #CA99A3;
}
.AnyTagClassName
{
color: #CA99A3;
}
</style>
background-color css
<style>
a { background-color: #CA99A3; }
a { background-color: rgb(202,153,163); }
div.DivClassName
{
background-color: #CA99A3;
}
.BgClassName
{
background-color: #CA99A3;
}
</style>
border-color css
<style>
span { border-color: #CA99A3; }
span { border-color: rgb(202,153,163); }
td.TdClassName
{
border-color: #CA99A3;
}
.TagClassName
{
border-color: #CA99A3;
}
</style>