Shades of Careys Pink #D5A2A6
Tints of Careys Pink #D5A2A6
RGB
CMYK
RGB Variations
Color information
#D5A2A6 (or 0xD5A2A6) is known color: Careys Pink. HEX triplet: D5, A2 and A6. RGB value is (213,162,166). Sum of RGB (Red+Green+Blue) = 213+162+166=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 166 (65.23% from 255 or 30.68% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A2A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A2A6 is #2A5D59. Grayscale: #B1B1B1. Windows color (decimal): -2776410 or 10920661. OLE color: 10920661.
HSL color Cylindrical-coordinate representation of color #D5A2A6: hue angle of 355.29º 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 #D5A2A6 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 166 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.16 |
| HSL | 355.29º | 0.38% | 0.74% | - |
| HSV(B) | 355.29º | 0.24% | 0.84% | - |
| XYZ | 47.24 | 42.74 | 41.84 | - |
| YUV | 177.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 166 | 0 | 0.24 | 0.22 | 0.16 | 355.29 | 0.38 | 0.74 |
| Hex | D5 | A2 | A6 | 0 | 18 | 16 | 10 | 163 | 26 | 4A |
| Octal | 325 | 242 | 246 | 0 | 30 | 26 | 20 | 543 | 46 | 112 |
| Binary | 11010101 | 10100010 | 10100110 | 0 | 11000 | 10110 | 10000 | 101100011 | 100110 | 1001010 |
Color Harmonies of #D5A2A6
Complementary color
Monochromatic Colors of #D5A2A6
Black with #D5A2A6
Text Example
Text Example
White with #D5A2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A2A6; }
p { color: rgb(213,162,166); }
H1.HeaderClassName
{
color: #D5A2A6;
}
.AnyTagClassName
{
color: #D5A2A6;
}
</style>
background-color css
<style>
a { background-color: #D5A2A6; }
a { background-color: rgb(213,162,166); }
div.DivClassName
{
background-color: #D5A2A6;
}
.BgClassName
{
background-color: #D5A2A6;
}
</style>
border-color css
<style>
span { border-color: #D5A2A6; }
span { border-color: rgb(213,162,166); }
td.TdClassName
{
border-color: #D5A2A6;
}
.TagClassName
{
border-color: #D5A2A6;
}
</style>