Shades of Careys Pink #CA99A1
Tints of Careys Pink #CA99A1
RGB
CMYK
RGB Variations
Color information
#CA99A1 (or 0xCA99A1) is known color: Careys Pink. HEX triplet: CA, 99 and A1. RGB value is (202,153,161). Sum of RGB (Red+Green+Blue) = 202+153+161=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA99A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA99A1 is #35665E. Grayscale: #A8A8A8. Windows color (decimal): -3499615 or 10590666. OLE color: 10590666.
HSL color Cylindrical-coordinate representation of color #CA99A1: hue angle of 350.2º 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 #CA99A1 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 161 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.21 |
| HSL | 350.2º | 0.32% | 0.7% | - |
| HSV(B) | 350.2º | 0.24% | 0.79% | - |
| XYZ | 42.18 | 37.91 | 38.81 | - |
| YUV | 168.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 161 | 0 | 0.24 | 0.20 | 0.21 | 350.2 | 0.32 | 0.7 |
| Hex | CA | 99 | A1 | 0 | 18 | 14 | 15 | 15E | 20 | 46 |
| Octal | 312 | 231 | 241 | 0 | 30 | 24 | 25 | 536 | 40 | 106 |
| Binary | 11001010 | 10011001 | 10100001 | 0 | 11000 | 10100 | 10101 | 101011110 | 100000 | 1000110 |
Color Harmonies of #CA99A1
Complementary color
Monochromatic Colors of #CA99A1
Black with #CA99A1
Text Example
Text Example
White with #CA99A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA99A1; }
p { color: rgb(202,153,161); }
H1.HeaderClassName
{
color: #CA99A1;
}
.AnyTagClassName
{
color: #CA99A1;
}
</style>
background-color css
<style>
a { background-color: #CA99A1; }
a { background-color: rgb(202,153,161); }
div.DivClassName
{
background-color: #CA99A1;
}
.BgClassName
{
background-color: #CA99A1;
}
</style>
border-color css
<style>
span { border-color: #CA99A1; }
span { border-color: rgb(202,153,161); }
td.TdClassName
{
border-color: #CA99A1;
}
.TagClassName
{
border-color: #CA99A1;
}
</style>