Shades of Careys Pink #D5A1A5
Tints of Careys Pink #D5A1A5
RGB
CMYK
RGB Variations
Color information
#D5A1A5 (or 0xD5A1A5) is known color: Careys Pink. HEX triplet: D5, A1 and A5. RGB value is (213,161,165). Sum of RGB (Red+Green+Blue) = 213+161+165=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A1A5 is #2A5E5A. Grayscale: #B1B1B1. Windows color (decimal): -2776667 or 10854869. OLE color: 10854869.
HSL color Cylindrical-coordinate representation of color #D5A1A5: hue angle of 355.38º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A1A5 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 165 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.16 |
| HSL | 355.38º | 0.38% | 0.73% | - |
| HSV(B) | 355.38º | 0.24% | 0.84% | - |
| XYZ | 46.98 | 42.35 | 41.3 | - |
| YUV | 177 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 165 | 0 | 0.24 | 0.23 | 0.16 | 355.38 | 0.38 | 0.73 |
| Hex | D5 | A1 | A5 | 0 | 18 | 17 | 10 | 163 | 26 | 49 |
| Octal | 325 | 241 | 245 | 0 | 30 | 27 | 20 | 543 | 46 | 111 |
| Binary | 11010101 | 10100001 | 10100101 | 0 | 11000 | 10111 | 10000 | 101100011 | 100110 | 1001001 |
Color Harmonies of #D5A1A5
Complementary color
Monochromatic Colors of #D5A1A5
Black with #D5A1A5
Text Example
Text Example
White with #D5A1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A1A5; }
p { color: rgb(213,161,165); }
H1.HeaderClassName
{
color: #D5A1A5;
}
.AnyTagClassName
{
color: #D5A1A5;
}
</style>
background-color css
<style>
a { background-color: #D5A1A5; }
a { background-color: rgb(213,161,165); }
div.DivClassName
{
background-color: #D5A1A5;
}
.BgClassName
{
background-color: #D5A1A5;
}
</style>
border-color css
<style>
span { border-color: #D5A1A5; }
span { border-color: rgb(213,161,165); }
td.TdClassName
{
border-color: #D5A1A5;
}
.TagClassName
{
border-color: #D5A1A5;
}
</style>