Shades of Careys Pink #CAA5A8
Tints of Careys Pink #CAA5A8
RGB
CMYK
RGB Variations
Color information
#CAA5A8 (or 0xCAA5A8) is known color: Careys Pink. HEX triplet: CA, A5 and A8. RGB value is (202,165,168). Sum of RGB (Red+Green+Blue) = 202+165+168=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA5A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA5A8 is #355A57. Grayscale: #B0B0B0. Windows color (decimal): -3496536 or 11052490. OLE color: 11052490.
HSL color Cylindrical-coordinate representation of color #CAA5A8: hue angle of 355.14º degrees, saturation: 0.26, 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 #CAA5A8 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 168 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.21 |
| HSL | 355.14º | 0.26% | 0.72% | - |
| HSV(B) | 355.14º | 0.18% | 0.79% | - |
| XYZ | 44.88 | 42.29 | 42.84 | - |
| YUV | 176.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 168 | 0 | 0.18 | 0.17 | 0.21 | 355.14 | 0.26 | 0.72 |
| Hex | CA | A5 | A8 | 0 | 12 | 11 | 15 | 163 | 1A | 48 |
| Octal | 312 | 245 | 250 | 0 | 22 | 21 | 25 | 543 | 32 | 110 |
| Binary | 11001010 | 10100101 | 10101000 | 0 | 10010 | 10001 | 10101 | 101100011 | 11010 | 1001000 |
Color Harmonies of #CAA5A8
Complementary color
Monochromatic Colors of #CAA5A8
Black with #CAA5A8
Text Example
Text Example
White with #CAA5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA5A8; }
p { color: rgb(202,165,168); }
H1.HeaderClassName
{
color: #CAA5A8;
}
.AnyTagClassName
{
color: #CAA5A8;
}
</style>
background-color css
<style>
a { background-color: #CAA5A8; }
a { background-color: rgb(202,165,168); }
div.DivClassName
{
background-color: #CAA5A8;
}
.BgClassName
{
background-color: #CAA5A8;
}
</style>
border-color css
<style>
span { border-color: #CAA5A8; }
span { border-color: rgb(202,165,168); }
td.TdClassName
{
border-color: #CAA5A8;
}
.TagClassName
{
border-color: #CAA5A8;
}
</style>