Shades of Careys Pink #D596A0
Tints of Careys Pink #D596A0
RGB
CMYK
RGB Variations
Color information
#D596A0 (or 0xD596A0) is known color: Careys Pink. HEX triplet: D5, 96 and A0. RGB value is (213,150,160). Sum of RGB (Red+Green+Blue) = 213+150+160=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D596A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D596A0 is #2A695F. Grayscale: #AAAAAA. Windows color (decimal): -2779488 or 10524373. OLE color: 10524373.
HSL color Cylindrical-coordinate representation of color #D596A0: hue angle of 350.48º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D596A0 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 160 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.16 |
| HSL | 350.48º | 0.43% | 0.71% | - |
| HSV(B) | 350.48º | 0.3% | 0.84% | - |
| XYZ | 44.69 | 38.5 | 38.33 | - |
| YUV | 169.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 160 | 0 | 0.30 | 0.25 | 0.16 | 350.48 | 0.43 | 0.71 |
| Hex | D5 | 96 | A0 | 0 | 1E | 19 | 10 | 15E | 2B | 47 |
| Octal | 325 | 226 | 240 | 0 | 36 | 31 | 20 | 536 | 53 | 107 |
| Binary | 11010101 | 10010110 | 10100000 | 0 | 11110 | 11001 | 10000 | 101011110 | 101011 | 1000111 |
Color Harmonies of #D596A0
Complementary color
Monochromatic Colors of #D596A0
Black with #D596A0
Text Example
Text Example
White with #D596A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D596A0; }
p { color: rgb(213,150,160); }
H1.HeaderClassName
{
color: #D596A0;
}
.AnyTagClassName
{
color: #D596A0;
}
</style>
background-color css
<style>
a { background-color: #D596A0; }
a { background-color: rgb(213,150,160); }
div.DivClassName
{
background-color: #D596A0;
}
.BgClassName
{
background-color: #D596A0;
}
</style>
border-color css
<style>
span { border-color: #D596A0; }
span { border-color: rgb(213,150,160); }
td.TdClassName
{
border-color: #D596A0;
}
.TagClassName
{
border-color: #D596A0;
}
</style>