Shades of Careys Pink #CAA1AD
Tints of Careys Pink #CAA1AD
RGB
CMYK
RGB Variations
Color information
#CAA1AD (or 0xCAA1AD) is known color: Careys Pink. HEX triplet: CA, A1 and AD. RGB value is (202,161,173). Sum of RGB (Red+Green+Blue) = 202+161+173=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA1AD is #355E52. Grayscale: #AEAEAE. Windows color (decimal): -3497555 or 11379146. OLE color: 11379146.
HSL color Cylindrical-coordinate representation of color #CAA1AD: hue angle of 342.44º degrees, saturation: 0.28, 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 #CAA1AD is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 173 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.21 |
| HSL | 342.44º | 0.28% | 0.71% | - |
| HSV(B) | 342.44º | 0.2% | 0.79% | - |
| XYZ | 44.64 | 41.06 | 45.11 | - |
| YUV | 174.63 | 127.08 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 173 | 0 | 0.20 | 0.14 | 0.21 | 342.44 | 0.28 | 0.71 |
| Hex | CA | A1 | AD | 0 | 14 | E | 15 | 156 | 1C | 47 |
| Octal | 312 | 241 | 255 | 0 | 24 | 16 | 25 | 526 | 34 | 107 |
| Binary | 11001010 | 10100001 | 10101101 | 0 | 10100 | 1110 | 10101 | 101010110 | 11100 | 1000111 |
Color Harmonies of #CAA1AD
Complementary color
Monochromatic Colors of #CAA1AD
Black with #CAA1AD
Text Example
Text Example
White with #CAA1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA1AD; }
p { color: rgb(202,161,173); }
H1.HeaderClassName
{
color: #CAA1AD;
}
.AnyTagClassName
{
color: #CAA1AD;
}
</style>
background-color css
<style>
a { background-color: #CAA1AD; }
a { background-color: rgb(202,161,173); }
div.DivClassName
{
background-color: #CAA1AD;
}
.BgClassName
{
background-color: #CAA1AD;
}
</style>
border-color css
<style>
span { border-color: #CAA1AD; }
span { border-color: rgb(202,161,173); }
td.TdClassName
{
border-color: #CAA1AD;
}
.TagClassName
{
border-color: #CAA1AD;
}
</style>