Shades of Careys Pink #D996A0
Tints of Careys Pink #D996A0
RGB
CMYK
RGB Variations
Color information
#D996A0 (or 0xD996A0) is known color: Careys Pink. HEX triplet: D9, 96 and A0. RGB value is (217,150,160). Sum of RGB (Red+Green+Blue) = 217+150+160=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D996A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D996A0 is #26695F. Grayscale: #ABABAB. Windows color (decimal): -2517344 or 10524377. OLE color: 10524377.
HSL color Cylindrical-coordinate representation of color #D996A0: hue angle of 351.04º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D996A0 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 160 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.15 |
| HSL | 351.04º | 0.47% | 0.72% | - |
| HSV(B) | 351.04º | 0.31% | 0.85% | - |
| XYZ | 45.87 | 39.1 | 38.39 | - |
| YUV | 171.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 160 | 0 | 0.31 | 0.26 | 0.15 | 351.04 | 0.47 | 0.72 |
| Hex | D9 | 96 | A0 | 0 | 1F | 1A | F | 15F | 2F | 48 |
| Octal | 331 | 226 | 240 | 0 | 37 | 32 | 17 | 537 | 57 | 110 |
| Binary | 11011001 | 10010110 | 10100000 | 0 | 11111 | 11010 | 1111 | 101011111 | 101111 | 1001000 |
Color Harmonies of #D996A0
Complementary color
Monochromatic Colors of #D996A0
Black with #D996A0
Text Example
Text Example
White with #D996A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D996A0; }
p { color: rgb(217,150,160); }
H1.HeaderClassName
{
color: #D996A0;
}
.AnyTagClassName
{
color: #D996A0;
}
</style>
background-color css
<style>
a { background-color: #D996A0; }
a { background-color: rgb(217,150,160); }
div.DivClassName
{
background-color: #D996A0;
}
.BgClassName
{
background-color: #D996A0;
}
</style>
border-color css
<style>
span { border-color: #D996A0; }
span { border-color: rgb(217,150,160); }
td.TdClassName
{
border-color: #D996A0;
}
.TagClassName
{
border-color: #D996A0;
}
</style>