Shades of Careys Pink #CAA6AA
Tints of Careys Pink #CAA6AA
RGB
CMYK
RGB Variations
Color information
#CAA6AA (or 0xCAA6AA) is known color: Careys Pink. HEX triplet: CA, A6 and AA. RGB value is (202,166,170). Sum of RGB (Red+Green+Blue) = 202+166+170=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA6AA is #355955. Grayscale: #B1B1B1. Windows color (decimal): -3496278 or 11183818. OLE color: 11183818.
HSL color Cylindrical-coordinate representation of color #CAA6AA: hue angle of 353.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAA6AA is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 170 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.21 |
| HSL | 353.33º | 0.25% | 0.72% | - |
| HSV(B) | 353.33º | 0.18% | 0.79% | - |
| XYZ | 45.25 | 42.73 | 43.89 | - |
| YUV | 177.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 170 | 0 | 0.18 | 0.16 | 0.21 | 353.33 | 0.25 | 0.72 |
| Hex | CA | A6 | AA | 0 | 12 | 10 | 15 | 161 | 19 | 48 |
| Octal | 312 | 246 | 252 | 0 | 22 | 20 | 25 | 541 | 31 | 110 |
| Binary | 11001010 | 10100110 | 10101010 | 0 | 10010 | 10000 | 10101 | 101100001 | 11001 | 1001000 |
Color Harmonies of #CAA6AA
Complementary color
Monochromatic Colors of #CAA6AA
Black with #CAA6AA
Text Example
Text Example
White with #CAA6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA6AA; }
p { color: rgb(202,166,170); }
H1.HeaderClassName
{
color: #CAA6AA;
}
.AnyTagClassName
{
color: #CAA6AA;
}
</style>
background-color css
<style>
a { background-color: #CAA6AA; }
a { background-color: rgb(202,166,170); }
div.DivClassName
{
background-color: #CAA6AA;
}
.BgClassName
{
background-color: #CAA6AA;
}
</style>
border-color css
<style>
span { border-color: #CAA6AA; }
span { border-color: rgb(202,166,170); }
td.TdClassName
{
border-color: #CAA6AA;
}
.TagClassName
{
border-color: #CAA6AA;
}
</style>