Shades of Careys Pink #CAA6A9
Tints of Careys Pink #CAA6A9
RGB
CMYK
RGB Variations
Color information
#CAA6A9 (or 0xCAA6A9) is known color: Careys Pink. HEX triplet: CA, A6 and A9. RGB value is (202,166,169). Sum of RGB (Red+Green+Blue) = 202+166+169=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA6A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA6A9 is #355956. Grayscale: #B1B1B1. Windows color (decimal): -3496279 or 11118282. OLE color: 11118282.
HSL color Cylindrical-coordinate representation of color #CAA6A9: hue angle of 355º 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 #CAA6A9 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 169 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.21 |
| HSL | 355º | 0.25% | 0.72% | - |
| HSV(B) | 355º | 0.18% | 0.79% | - |
| XYZ | 45.15 | 42.69 | 43.4 | - |
| YUV | 177.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 169 | 0 | 0.18 | 0.16 | 0.21 | 355 | 0.25 | 0.72 |
| Hex | CA | A6 | A9 | 0 | 12 | 10 | 15 | 163 | 19 | 48 |
| Octal | 312 | 246 | 251 | 0 | 22 | 20 | 25 | 543 | 31 | 110 |
| Binary | 11001010 | 10100110 | 10101001 | 0 | 10010 | 10000 | 10101 | 101100011 | 11001 | 1001000 |
Color Harmonies of #CAA6A9
Complementary color
Monochromatic Colors of #CAA6A9
Black with #CAA6A9
Text Example
Text Example
White with #CAA6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA6A9; }
p { color: rgb(202,166,169); }
H1.HeaderClassName
{
color: #CAA6A9;
}
.AnyTagClassName
{
color: #CAA6A9;
}
</style>
background-color css
<style>
a { background-color: #CAA6A9; }
a { background-color: rgb(202,166,169); }
div.DivClassName
{
background-color: #CAA6A9;
}
.BgClassName
{
background-color: #CAA6A9;
}
</style>
border-color css
<style>
span { border-color: #CAA6A9; }
span { border-color: rgb(202,166,169); }
td.TdClassName
{
border-color: #CAA6A9;
}
.TagClassName
{
border-color: #CAA6A9;
}
</style>