Shades of Careys Pink #CAA2AB
Tints of Careys Pink #CAA2AB
RGB
CMYK
RGB Variations
Color information
#CAA2AB (or 0xCAA2AB) is known color: Careys Pink. HEX triplet: CA, A2 and AB. RGB value is (202,162,171). Sum of RGB (Red+Green+Blue) = 202+162+171=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA2AB is #355D54. Grayscale: #AEAEAE. Windows color (decimal): -3497301 or 11248330. OLE color: 11248330.
HSL color Cylindrical-coordinate representation of color #CAA2AB: hue angle of 346.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAA2AB is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 171 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.21 |
| HSL | 346.5º | 0.27% | 0.71% | - |
| HSV(B) | 346.5º | 0.2% | 0.79% | - |
| XYZ | 44.63 | 41.34 | 44.15 | - |
| YUV | 174.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 171 | 0 | 0.20 | 0.15 | 0.21 | 346.5 | 0.27 | 0.71 |
| Hex | CA | A2 | AB | 0 | 14 | F | 15 | 15A | 1B | 47 |
| Octal | 312 | 242 | 253 | 0 | 24 | 17 | 25 | 532 | 33 | 107 |
| Binary | 11001010 | 10100010 | 10101011 | 0 | 10100 | 1111 | 10101 | 101011010 | 11011 | 1000111 |
Color Harmonies of #CAA2AB
Complementary color
Monochromatic Colors of #CAA2AB
Black with #CAA2AB
Text Example
Text Example
White with #CAA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA2AB; }
p { color: rgb(202,162,171); }
H1.HeaderClassName
{
color: #CAA2AB;
}
.AnyTagClassName
{
color: #CAA2AB;
}
</style>
background-color css
<style>
a { background-color: #CAA2AB; }
a { background-color: rgb(202,162,171); }
div.DivClassName
{
background-color: #CAA2AB;
}
.BgClassName
{
background-color: #CAA2AB;
}
</style>
border-color css
<style>
span { border-color: #CAA2AB; }
span { border-color: rgb(202,162,171); }
td.TdClassName
{
border-color: #CAA2AB;
}
.TagClassName
{
border-color: #CAA2AB;
}
</style>