Shades of Careys Pink #D89699
Tints of Careys Pink #D89699
RGB
CMYK
RGB Variations
Color information
#D89699 (or 0xD89699) is known color: Careys Pink. HEX triplet: D8, 96 and 99. RGB value is (216,150,153). Sum of RGB (Red+Green+Blue) = 216+150+153=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D89699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89699 is #276966. Grayscale: #AAAAAA. Windows color (decimal): -2582887 or 10065624. OLE color: 10065624.
HSL color Cylindrical-coordinate representation of color #D89699: hue angle of 357.27º degrees, saturation: 0.46, 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 #D89699 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 153 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.15 |
| HSL | 357.27º | 0.46% | 0.72% | - |
| HSV(B) | 357.27º | 0.31% | 0.85% | - |
| XYZ | 44.98 | 38.71 | 35.24 | - |
| YUV | 170.08 | 118.37 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 153 | 0 | 0.31 | 0.29 | 0.15 | 357.27 | 0.46 | 0.72 |
| Hex | D8 | 96 | 99 | 0 | 1F | 1D | F | 165 | 2E | 48 |
| Octal | 330 | 226 | 231 | 0 | 37 | 35 | 17 | 545 | 56 | 110 |
| Binary | 11011000 | 10010110 | 10011001 | 0 | 11111 | 11101 | 1111 | 101100101 | 101110 | 1001000 |
Color Harmonies of #D89699
Complementary color
Monochromatic Colors of #D89699
Black with #D89699
Text Example
Text Example
White with #D89699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89699; }
p { color: rgb(216,150,153); }
H1.HeaderClassName
{
color: #D89699;
}
.AnyTagClassName
{
color: #D89699;
}
</style>
background-color css
<style>
a { background-color: #D89699; }
a { background-color: rgb(216,150,153); }
div.DivClassName
{
background-color: #D89699;
}
.BgClassName
{
background-color: #D89699;
}
</style>
border-color css
<style>
span { border-color: #D89699; }
span { border-color: rgb(216,150,153); }
td.TdClassName
{
border-color: #D89699;
}
.TagClassName
{
border-color: #D89699;
}
</style>