Shades of Careys Pink #D899A0
Tints of Careys Pink #D899A0
RGB
CMYK
RGB Variations
Color information
#D899A0 (or 0xD899A0) is known color: Careys Pink. HEX triplet: D8, 99 and A0. RGB value is (216,153,160). Sum of RGB (Red+Green+Blue) = 216+153+160=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D899A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D899A0 is #27665F. Grayscale: #ACACAC. Windows color (decimal): -2582112 or 10525144. OLE color: 10525144.
HSL color Cylindrical-coordinate representation of color #D899A0: hue angle of 353.33º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D899A0 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 160 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.15 |
| HSL | 353.33º | 0.45% | 0.72% | - |
| HSV(B) | 353.33º | 0.29% | 0.85% | - |
| XYZ | 46.06 | 39.92 | 38.54 | - |
| YUV | 172.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 160 | 0 | 0.29 | 0.26 | 0.15 | 353.33 | 0.45 | 0.72 |
| Hex | D8 | 99 | A0 | 0 | 1D | 1A | F | 161 | 2D | 48 |
| Octal | 330 | 231 | 240 | 0 | 35 | 32 | 17 | 541 | 55 | 110 |
| Binary | 11011000 | 10011001 | 10100000 | 0 | 11101 | 11010 | 1111 | 101100001 | 101101 | 1001000 |
Color Harmonies of #D899A0
Complementary color
Monochromatic Colors of #D899A0
Black with #D899A0
Text Example
Text Example
White with #D899A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D899A0; }
p { color: rgb(216,153,160); }
H1.HeaderClassName
{
color: #D899A0;
}
.AnyTagClassName
{
color: #D899A0;
}
</style>
background-color css
<style>
a { background-color: #D899A0; }
a { background-color: rgb(216,153,160); }
div.DivClassName
{
background-color: #D899A0;
}
.BgClassName
{
background-color: #D899A0;
}
</style>
border-color css
<style>
span { border-color: #D899A0; }
span { border-color: rgb(216,153,160); }
td.TdClassName
{
border-color: #D899A0;
}
.TagClassName
{
border-color: #D899A0;
}
</style>