Shades of Careys Pink #CAA2AC
Tints of Careys Pink #CAA2AC
RGB
CMYK
RGB Variations
Color information
#CAA2AC (or 0xCAA2AC) is known color: Careys Pink. HEX triplet: CA, A2 and AC. RGB value is (202,162,172). Sum of RGB (Red+Green+Blue) = 202+162+172=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA2AC is #355D53. Grayscale: #AFAFAF. Windows color (decimal): -3497300 or 11313866. OLE color: 11313866.
HSL color Cylindrical-coordinate representation of color #CAA2AC: hue angle of 345º degrees, saturation: 0.27, 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 #CAA2AC is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 162 | 172 | - |
CMYK | 0 | 0.20 | 0.15 | 0.21 |
HSL | 345º | 0.27% | 0.71% | - |
HSV(B) | 345º | 0.2% | 0.79% | - |
XYZ | 44.72 | 41.38 | 44.66 | - |
YUV | 175.1 | 126.25 | 147.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 162 | 172 | 0 | 0.20 | 0.15 | 0.21 | 345 | 0.27 | 0.71 |
Hex | CA | A2 | AC | 0 | 14 | F | 15 | 159 | 1B | 47 |
Octal | 312 | 242 | 254 | 0 | 24 | 17 | 25 | 531 | 33 | 107 |
Binary | 11001010 | 10100010 | 10101100 | 0 | 10100 | 1111 | 10101 | 101011001 | 11011 | 1000111 |
Color Harmonies of #CAA2AC
Complementary color
Monochromatic Colors of #CAA2AC
Black with #CAA2AC
Text Example
Text Example
White with #CAA2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA2AC; }
p { color: rgb(202,162,172); }
H1.HeaderClassName
{
color: #CAA2AC;
}
.AnyTagClassName
{
color: #CAA2AC;
}
</style>
background-color css
<style>
a { background-color: #CAA2AC; }
a { background-color: rgb(202,162,172); }
div.DivClassName
{
background-color: #CAA2AC;
}
.BgClassName
{
background-color: #CAA2AC;
}
</style>
border-color css
<style>
span { border-color: #CAA2AC; }
span { border-color: rgb(202,162,172); }
td.TdClassName
{
border-color: #CAA2AC;
}
.TagClassName
{
border-color: #CAA2AC;
}
</style>