Shades of Careys Pink #CA96A0
Tints of Careys Pink #CA96A0
RGB
CMYK
RGB Variations
Color information
#CA96A0 (or 0xCA96A0) is known color: Careys Pink. HEX triplet: CA, 96 and A0. RGB value is (202,150,160). Sum of RGB (Red+Green+Blue) = 202+150+160=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA96A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA96A0 is #35695F. Grayscale: #A6A6A6. Windows color (decimal): -3500384 or 10524362. OLE color: 10524362.
HSL color Cylindrical-coordinate representation of color #CA96A0: hue angle of 348.46º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA96A0 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 160 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.21 |
| HSL | 348.46º | 0.33% | 0.69% | - |
| HSV(B) | 348.46º | 0.26% | 0.79% | - |
| XYZ | 41.61 | 36.91 | 38.19 | - |
| YUV | 166.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 160 | 0 | 0.26 | 0.21 | 0.21 | 348.46 | 0.33 | 0.69 |
| Hex | CA | 96 | A0 | 0 | 1A | 15 | 15 | 15C | 21 | 45 |
| Octal | 312 | 226 | 240 | 0 | 32 | 25 | 25 | 534 | 41 | 105 |
| Binary | 11001010 | 10010110 | 10100000 | 0 | 11010 | 10101 | 10101 | 101011100 | 100001 | 1000101 |
Color Harmonies of #CA96A0
Complementary color
Monochromatic Colors of #CA96A0
Black with #CA96A0
Text Example
Text Example
White with #CA96A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA96A0; }
p { color: rgb(202,150,160); }
H1.HeaderClassName
{
color: #CA96A0;
}
.AnyTagClassName
{
color: #CA96A0;
}
</style>
background-color css
<style>
a { background-color: #CA96A0; }
a { background-color: rgb(202,150,160); }
div.DivClassName
{
background-color: #CA96A0;
}
.BgClassName
{
background-color: #CA96A0;
}
</style>
border-color css
<style>
span { border-color: #CA96A0; }
span { border-color: rgb(202,150,160); }
td.TdClassName
{
border-color: #CA96A0;
}
.TagClassName
{
border-color: #CA96A0;
}
</style>