Shades of Careys Pink #D99BA0
Tints of Careys Pink #D99BA0
RGB
CMYK
RGB Variations
Color information
#D99BA0 (or 0xD99BA0) is known color: Careys Pink. HEX triplet: D9, 9B and A0. RGB value is (217,155,160). Sum of RGB (Red+Green+Blue) = 217+155+160=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D99BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99BA0 is #26645F. Grayscale: #AEAEAE. Windows color (decimal): -2516064 or 10525657. OLE color: 10525657.
HSL color Cylindrical-coordinate representation of color #D99BA0: hue angle of 355.16º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99BA0 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 160 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.15 |
| HSL | 355.16º | 0.45% | 0.73% | - |
| HSV(B) | 355.16º | 0.29% | 0.85% | - |
| XYZ | 46.68 | 40.73 | 38.66 | - |
| YUV | 174.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 160 | 0 | 0.29 | 0.26 | 0.15 | 355.16 | 0.45 | 0.73 |
| Hex | D9 | 9B | A0 | 0 | 1D | 1A | F | 163 | 2D | 49 |
| Octal | 331 | 233 | 240 | 0 | 35 | 32 | 17 | 543 | 55 | 111 |
| Binary | 11011001 | 10011011 | 10100000 | 0 | 11101 | 11010 | 1111 | 101100011 | 101101 | 1001001 |
Color Harmonies of #D99BA0
Complementary color
Monochromatic Colors of #D99BA0
Black with #D99BA0
Text Example
Text Example
White with #D99BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BA0; }
p { color: rgb(217,155,160); }
H1.HeaderClassName
{
color: #D99BA0;
}
.AnyTagClassName
{
color: #D99BA0;
}
</style>
background-color css
<style>
a { background-color: #D99BA0; }
a { background-color: rgb(217,155,160); }
div.DivClassName
{
background-color: #D99BA0;
}
.BgClassName
{
background-color: #D99BA0;
}
</style>
border-color css
<style>
span { border-color: #D99BA0; }
span { border-color: rgb(217,155,160); }
td.TdClassName
{
border-color: #D99BA0;
}
.TagClassName
{
border-color: #D99BA0;
}
</style>