Shades of Careys Pink #D5A2A3
Tints of Careys Pink #D5A2A3
RGB
CMYK
RGB Variations
Color information
#D5A2A3 (or 0xD5A2A3) is known color: Careys Pink. HEX triplet: D5, A2 and A3. RGB value is (213,162,163). Sum of RGB (Red+Green+Blue) = 213+162+163=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A2A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A2A3 is #2A5D5C. Grayscale: #B1B1B1. Windows color (decimal): -2776413 or 10724053. OLE color: 10724053.
HSL color Cylindrical-coordinate representation of color #D5A2A3: hue angle of 358.82º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A2A3 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 163 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.16 |
| HSL | 358.82º | 0.38% | 0.74% | - |
| HSV(B) | 358.82º | 0.24% | 0.84% | - |
| XYZ | 46.97 | 42.63 | 40.4 | - |
| YUV | 177.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 163 | 0 | 0.24 | 0.23 | 0.16 | 358.82 | 0.38 | 0.74 |
| Hex | D5 | A2 | A3 | 0 | 18 | 17 | 10 | 167 | 26 | 4A |
| Octal | 325 | 242 | 243 | 0 | 30 | 27 | 20 | 547 | 46 | 112 |
| Binary | 11010101 | 10100010 | 10100011 | 0 | 11000 | 10111 | 10000 | 101100111 | 100110 | 1001010 |
Color Harmonies of #D5A2A3
Complementary color
Monochromatic Colors of #D5A2A3
Black with #D5A2A3
Text Example
Text Example
White with #D5A2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A2A3; }
p { color: rgb(213,162,163); }
H1.HeaderClassName
{
color: #D5A2A3;
}
.AnyTagClassName
{
color: #D5A2A3;
}
</style>
background-color css
<style>
a { background-color: #D5A2A3; }
a { background-color: rgb(213,162,163); }
div.DivClassName
{
background-color: #D5A2A3;
}
.BgClassName
{
background-color: #D5A2A3;
}
</style>
border-color css
<style>
span { border-color: #D5A2A3; }
span { border-color: rgb(213,162,163); }
td.TdClassName
{
border-color: #D5A2A3;
}
.TagClassName
{
border-color: #D5A2A3;
}
</style>