Shades of Careys Pink #CA99A0
Tints of Careys Pink #CA99A0
RGB
CMYK
RGB Variations
Color information
#CA99A0 (or 0xCA99A0) is known color: Careys Pink. HEX triplet: CA, 99 and A0. RGB value is (202,153,160). Sum of RGB (Red+Green+Blue) = 202+153+160=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CA99A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA99A0 is #35665F. Grayscale: #A8A8A8. Windows color (decimal): -3499616 or 10525130. OLE color: 10525130.
HSL color Cylindrical-coordinate representation of color #CA99A0: hue angle of 351.43º 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 #CA99A0 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 160 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.21 |
| HSL | 351.43º | 0.32% | 0.7% | - |
| HSV(B) | 351.43º | 0.24% | 0.79% | - |
| XYZ | 42.09 | 37.88 | 38.35 | - |
| YUV | 168.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 160 | 0 | 0.24 | 0.21 | 0.21 | 351.43 | 0.32 | 0.7 |
| Hex | CA | 99 | A0 | 0 | 18 | 15 | 15 | 15F | 20 | 46 |
| Octal | 312 | 231 | 240 | 0 | 30 | 25 | 25 | 537 | 40 | 106 |
| Binary | 11001010 | 10011001 | 10100000 | 0 | 11000 | 10101 | 10101 | 101011111 | 100000 | 1000110 |
Color Harmonies of #CA99A0
Complementary color
Monochromatic Colors of #CA99A0
Black with #CA99A0
Text Example
Text Example
White with #CA99A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA99A0; }
p { color: rgb(202,153,160); }
H1.HeaderClassName
{
color: #CA99A0;
}
.AnyTagClassName
{
color: #CA99A0;
}
</style>
background-color css
<style>
a { background-color: #CA99A0; }
a { background-color: rgb(202,153,160); }
div.DivClassName
{
background-color: #CA99A0;
}
.BgClassName
{
background-color: #CA99A0;
}
</style>
border-color css
<style>
span { border-color: #CA99A0; }
span { border-color: rgb(202,153,160); }
td.TdClassName
{
border-color: #CA99A0;
}
.TagClassName
{
border-color: #CA99A0;
}
</style>