Shades of Careys Pink #CAA8AD
Tints of Careys Pink #CAA8AD
RGB
CMYK
RGB Variations
Color information
#CAA8AD (or 0xCAA8AD) is known color: Careys Pink. HEX triplet: CA, A8 and AD. RGB value is (202,168,173). Sum of RGB (Red+Green+Blue) = 202+168+173=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA8AD is #355752. Grayscale: #B2B2B2. Windows color (decimal): -3495763 or 11380938. OLE color: 11380938.
HSL color Cylindrical-coordinate representation of color #CAA8AD: hue angle of 351.18º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAA8AD is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 173 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.21 |
| HSL | 351.18º | 0.24% | 0.73% | - |
| HSV(B) | 351.18º | 0.17% | 0.79% | - |
| XYZ | 45.9 | 43.58 | 45.53 | - |
| YUV | 178.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 173 | 0 | 0.17 | 0.14 | 0.21 | 351.18 | 0.24 | 0.73 |
| Hex | CA | A8 | AD | 0 | 11 | E | 15 | 15F | 18 | 49 |
| Octal | 312 | 250 | 255 | 0 | 21 | 16 | 25 | 537 | 30 | 111 |
| Binary | 11001010 | 10101000 | 10101101 | 0 | 10001 | 1110 | 10101 | 101011111 | 11000 | 1001001 |
Color Harmonies of #CAA8AD
Complementary color
Monochromatic Colors of #CAA8AD
Black with #CAA8AD
Text Example
Text Example
White with #CAA8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA8AD; }
p { color: rgb(202,168,173); }
H1.HeaderClassName
{
color: #CAA8AD;
}
.AnyTagClassName
{
color: #CAA8AD;
}
</style>
background-color css
<style>
a { background-color: #CAA8AD; }
a { background-color: rgb(202,168,173); }
div.DivClassName
{
background-color: #CAA8AD;
}
.BgClassName
{
background-color: #CAA8AD;
}
</style>
border-color css
<style>
span { border-color: #CAA8AD; }
span { border-color: rgb(202,168,173); }
td.TdClassName
{
border-color: #CAA8AD;
}
.TagClassName
{
border-color: #CAA8AD;
}
</style>