Shades of Careys Pink #CAA0AD
Tints of Careys Pink #CAA0AD
RGB
CMYK
RGB Variations
Color information
#CAA0AD (or 0xCAA0AD) is known color: Careys Pink. HEX triplet: CA, A0 and AD. RGB value is (202,160,173). Sum of RGB (Red+Green+Blue) = 202+160+173=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA0AD is #355F52. Grayscale: #AEAEAE. Windows color (decimal): -3497811 or 11378890. OLE color: 11378890.
HSL color Cylindrical-coordinate representation of color #CAA0AD: hue angle of 341.43º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAA0AD is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 173 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.21 |
| HSL | 341.43º | 0.28% | 0.71% | - |
| HSV(B) | 341.43º | 0.21% | 0.79% | - |
| XYZ | 44.47 | 40.72 | 45.05 | - |
| YUV | 174.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 173 | 0 | 0.21 | 0.14 | 0.21 | 341.43 | 0.28 | 0.71 |
| Hex | CA | A0 | AD | 0 | 15 | E | 15 | 155 | 1C | 47 |
| Octal | 312 | 240 | 255 | 0 | 25 | 16 | 25 | 525 | 34 | 107 |
| Binary | 11001010 | 10100000 | 10101101 | 0 | 10101 | 1110 | 10101 | 101010101 | 11100 | 1000111 |
Color Harmonies of #CAA0AD
Complementary color
Monochromatic Colors of #CAA0AD
Black with #CAA0AD
Text Example
Text Example
White with #CAA0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA0AD; }
p { color: rgb(202,160,173); }
H1.HeaderClassName
{
color: #CAA0AD;
}
.AnyTagClassName
{
color: #CAA0AD;
}
</style>
background-color css
<style>
a { background-color: #CAA0AD; }
a { background-color: rgb(202,160,173); }
div.DivClassName
{
background-color: #CAA0AD;
}
.BgClassName
{
background-color: #CAA0AD;
}
</style>
border-color css
<style>
span { border-color: #CAA0AD; }
span { border-color: rgb(202,160,173); }
td.TdClassName
{
border-color: #CAA0AD;
}
.TagClassName
{
border-color: #CAA0AD;
}
</style>