Shades of Careys Pink #CAA3AC
Tints of Careys Pink #CAA3AC
RGB
CMYK
RGB Variations
Color information
#CAA3AC (or 0xCAA3AC) is known color: Careys Pink. HEX triplet: CA, A3 and AC. RGB value is (202,163,172). Sum of RGB (Red+Green+Blue) = 202+163+172=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA3AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA3AC is #355C53. Grayscale: #AFAFAF. Windows color (decimal): -3497044 or 11314122. OLE color: 11314122.
HSL color Cylindrical-coordinate representation of color #CAA3AC: hue angle of 346.15º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAA3AC is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 163 | 172 | - |
CMYK | 0 | 0.19 | 0.15 | 0.21 |
HSL | 346.15º | 0.27% | 0.72% | - |
HSV(B) | 346.15º | 0.19% | 0.79% | - |
XYZ | 44.9 | 41.73 | 44.72 | - |
YUV | 175.69 | 125.92 | 146.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 163 | 172 | 0 | 0.19 | 0.15 | 0.21 | 346.15 | 0.27 | 0.72 |
Hex | CA | A3 | AC | 0 | 13 | F | 15 | 15A | 1B | 48 |
Octal | 312 | 243 | 254 | 0 | 23 | 17 | 25 | 532 | 33 | 110 |
Binary | 11001010 | 10100011 | 10101100 | 0 | 10011 | 1111 | 10101 | 101011010 | 11011 | 1001000 |
Color Harmonies of #CAA3AC
Complementary color
Monochromatic Colors of #CAA3AC
Black with #CAA3AC
Text Example
Text Example
White with #CAA3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA3AC; }
p { color: rgb(202,163,172); }
H1.HeaderClassName
{
color: #CAA3AC;
}
.AnyTagClassName
{
color: #CAA3AC;
}
</style>
background-color css
<style>
a { background-color: #CAA3AC; }
a { background-color: rgb(202,163,172); }
div.DivClassName
{
background-color: #CAA3AC;
}
.BgClassName
{
background-color: #CAA3AC;
}
</style>
border-color css
<style>
span { border-color: #CAA3AC; }
span { border-color: rgb(202,163,172); }
td.TdClassName
{
border-color: #CAA3AC;
}
.TagClassName
{
border-color: #CAA3AC;
}
</style>