Shades of Careys Pink #CA99A5
Tints of Careys Pink #CA99A5
RGB
CMYK
RGB Variations
Color information
#CA99A5 (or 0xCA99A5) is known color: Careys Pink. HEX triplet: CA, 99 and A5. RGB value is (202,153,165). Sum of RGB (Red+Green+Blue) = 202+153+165=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA99A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA99A5 is #35665A. Grayscale: #A9A9A9. Windows color (decimal): -3499611 or 10852810. OLE color: 10852810.
HSL color Cylindrical-coordinate representation of color #CA99A5: hue angle of 345.31º 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 #CA99A5 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 165 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.21 |
| HSL | 345.31º | 0.32% | 0.7% | - |
| HSV(B) | 345.31º | 0.24% | 0.79% | - |
| XYZ | 42.54 | 38.06 | 40.7 | - |
| YUV | 169.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 165 | 0 | 0.24 | 0.18 | 0.21 | 345.31 | 0.32 | 0.7 |
| Hex | CA | 99 | A5 | 0 | 18 | 12 | 15 | 159 | 20 | 46 |
| Octal | 312 | 231 | 245 | 0 | 30 | 22 | 25 | 531 | 40 | 106 |
| Binary | 11001010 | 10011001 | 10100101 | 0 | 11000 | 10010 | 10101 | 101011001 | 100000 | 1000110 |
Color Harmonies of #CA99A5
Complementary color
Monochromatic Colors of #CA99A5
Black with #CA99A5
Text Example
Text Example
White with #CA99A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA99A5; }
p { color: rgb(202,153,165); }
H1.HeaderClassName
{
color: #CA99A5;
}
.AnyTagClassName
{
color: #CA99A5;
}
</style>
background-color css
<style>
a { background-color: #CA99A5; }
a { background-color: rgb(202,153,165); }
div.DivClassName
{
background-color: #CA99A5;
}
.BgClassName
{
background-color: #CA99A5;
}
</style>
border-color css
<style>
span { border-color: #CA99A5; }
span { border-color: rgb(202,153,165); }
td.TdClassName
{
border-color: #CA99A5;
}
.TagClassName
{
border-color: #CA99A5;
}
</style>