Shades of Careys Pink #CAA3AD
Tints of Careys Pink #CAA3AD
RGB
CMYK
RGB Variations
Color information
#CAA3AD (or 0xCAA3AD) is known color: Careys Pink. HEX triplet: CA, A3 and AD. RGB value is (202,163,173). Sum of RGB (Red+Green+Blue) = 202+163+173=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA3AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA3AD is #355C52. Grayscale: #AFAFAF. Windows color (decimal): -3497043 or 11379658. OLE color: 11379658.
HSL color Cylindrical-coordinate representation of color #CAA3AD: hue angle of 344.62º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAA3AD is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 173 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.21 |
| HSL | 344.62º | 0.27% | 0.72% | - |
| HSV(B) | 344.62º | 0.19% | 0.79% | - |
| XYZ | 45 | 41.77 | 45.23 | - |
| YUV | 175.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 173 | 0 | 0.19 | 0.14 | 0.21 | 344.62 | 0.27 | 0.72 |
| Hex | CA | A3 | AD | 0 | 13 | E | 15 | 159 | 1B | 48 |
| Octal | 312 | 243 | 255 | 0 | 23 | 16 | 25 | 531 | 33 | 110 |
| Binary | 11001010 | 10100011 | 10101101 | 0 | 10011 | 1110 | 10101 | 101011001 | 11011 | 1001000 |
Color Harmonies of #CAA3AD
Complementary color
Monochromatic Colors of #CAA3AD
Black with #CAA3AD
Text Example
Text Example
White with #CAA3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA3AD; }
p { color: rgb(202,163,173); }
H1.HeaderClassName
{
color: #CAA3AD;
}
.AnyTagClassName
{
color: #CAA3AD;
}
</style>
background-color css
<style>
a { background-color: #CAA3AD; }
a { background-color: rgb(202,163,173); }
div.DivClassName
{
background-color: #CAA3AD;
}
.BgClassName
{
background-color: #CAA3AD;
}
</style>
border-color css
<style>
span { border-color: #CAA3AD; }
span { border-color: rgb(202,163,173); }
td.TdClassName
{
border-color: #CAA3AD;
}
.TagClassName
{
border-color: #CAA3AD;
}
</style>