Shades of Careys Pink #CAA3AF
Tints of Careys Pink #CAA3AF
RGB
CMYK
RGB Variations
Color information
#CAA3AF (or 0xCAA3AF) is known color: Careys Pink. HEX triplet: CA, A3 and AF. RGB value is (202,163,175). Sum of RGB (Red+Green+Blue) = 202+163+175=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA3AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA3AF is #355C50. Grayscale: #B0B0B0. Windows color (decimal): -3497041 or 11510730. OLE color: 11510730.
HSL color Cylindrical-coordinate representation of color #CAA3AF: hue angle of 341.54º 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 #CAA3AF is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 175 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.21 |
| HSL | 341.54º | 0.27% | 0.72% | - |
| HSV(B) | 341.54º | 0.19% | 0.79% | - |
| XYZ | 45.19 | 41.85 | 46.25 | - |
| YUV | 176.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 175 | 0 | 0.19 | 0.13 | 0.21 | 341.54 | 0.27 | 0.72 |
| Hex | CA | A3 | AF | 0 | 13 | D | 15 | 156 | 1B | 48 |
| Octal | 312 | 243 | 257 | 0 | 23 | 15 | 25 | 526 | 33 | 110 |
| Binary | 11001010 | 10100011 | 10101111 | 0 | 10011 | 1101 | 10101 | 101010110 | 11011 | 1001000 |
Color Harmonies of #CAA3AF
Complementary color
Monochromatic Colors of #CAA3AF
Black with #CAA3AF
Text Example
Text Example
White with #CAA3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA3AF; }
p { color: rgb(202,163,175); }
H1.HeaderClassName
{
color: #CAA3AF;
}
.AnyTagClassName
{
color: #CAA3AF;
}
</style>
background-color css
<style>
a { background-color: #CAA3AF; }
a { background-color: rgb(202,163,175); }
div.DivClassName
{
background-color: #CAA3AF;
}
.BgClassName
{
background-color: #CAA3AF;
}
</style>
border-color css
<style>
span { border-color: #CAA3AF; }
span { border-color: rgb(202,163,175); }
td.TdClassName
{
border-color: #CAA3AF;
}
.TagClassName
{
border-color: #CAA3AF;
}
</style>