Shades of Careys Pink #CAA1AC
Tints of Careys Pink #CAA1AC
RGB
CMYK
RGB Variations
Color information
#CAA1AC (or 0xCAA1AC) is known color: Careys Pink. HEX triplet: CA, A1 and AC. RGB value is (202,161,172). Sum of RGB (Red+Green+Blue) = 202+161+172=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA1AC is #355E53. Grayscale: #AEAEAE. Windows color (decimal): -3497556 or 11313610. OLE color: 11313610.
HSL color Cylindrical-coordinate representation of color #CAA1AC: hue angle of 343.9º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAA1AC is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 161 | 172 | - |
CMYK | 0 | 0.20 | 0.15 | 0.21 |
HSL | 343.9º | 0.28% | 0.71% | - |
HSV(B) | 343.9º | 0.2% | 0.79% | - |
XYZ | 44.55 | 41.02 | 44.6 | - |
YUV | 174.51 | 126.58 | 147.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 161 | 172 | 0 | 0.20 | 0.15 | 0.21 | 343.9 | 0.28 | 0.71 |
Hex | CA | A1 | AC | 0 | 14 | F | 15 | 158 | 1C | 47 |
Octal | 312 | 241 | 254 | 0 | 24 | 17 | 25 | 530 | 34 | 107 |
Binary | 11001010 | 10100001 | 10101100 | 0 | 10100 | 1111 | 10101 | 101011000 | 11100 | 1000111 |
Color Harmonies of #CAA1AC
Complementary color
Monochromatic Colors of #CAA1AC
Black with #CAA1AC
Text Example
Text Example
White with #CAA1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA1AC; }
p { color: rgb(202,161,172); }
H1.HeaderClassName
{
color: #CAA1AC;
}
.AnyTagClassName
{
color: #CAA1AC;
}
</style>
background-color css
<style>
a { background-color: #CAA1AC; }
a { background-color: rgb(202,161,172); }
div.DivClassName
{
background-color: #CAA1AC;
}
.BgClassName
{
background-color: #CAA1AC;
}
</style>
border-color css
<style>
span { border-color: #CAA1AC; }
span { border-color: rgb(202,161,172); }
td.TdClassName
{
border-color: #CAA1AC;
}
.TagClassName
{
border-color: #CAA1AC;
}
</style>