Shades of Careys Pink #D89C9D
Tints of Careys Pink #D89C9D
RGB
CMYK
RGB Variations
Color information
#D89C9D (or 0xD89C9D) is known color: Careys Pink. HEX triplet: D8, 9C and 9D. RGB value is (216,156,157). Sum of RGB (Red+Green+Blue) = 216+156+157=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89C9D is #276362. Grayscale: #AEAEAE. Windows color (decimal): -2581347 or 10329304. OLE color: 10329304.
HSL color Cylindrical-coordinate representation of color #D89C9D: hue angle of 359º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D89C9D is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 157 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.15 |
| HSL | 359º | 0.43% | 0.73% | - |
| HSV(B) | 359º | 0.28% | 0.85% | - |
| XYZ | 46.29 | 40.81 | 37.34 | - |
| YUV | 174.05 | 118.38 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 157 | 0 | 0.28 | 0.27 | 0.15 | 359 | 0.43 | 0.73 |
| Hex | D8 | 9C | 9D | 0 | 1C | 1B | F | 167 | 2B | 49 |
| Octal | 330 | 234 | 235 | 0 | 34 | 33 | 17 | 547 | 53 | 111 |
| Binary | 11011000 | 10011100 | 10011101 | 0 | 11100 | 11011 | 1111 | 101100111 | 101011 | 1001001 |
Color Harmonies of #D89C9D
Complementary color
Monochromatic Colors of #D89C9D
Black with #D89C9D
Text Example
Text Example
White with #D89C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C9D; }
p { color: rgb(216,156,157); }
H1.HeaderClassName
{
color: #D89C9D;
}
.AnyTagClassName
{
color: #D89C9D;
}
</style>
background-color css
<style>
a { background-color: #D89C9D; }
a { background-color: rgb(216,156,157); }
div.DivClassName
{
background-color: #D89C9D;
}
.BgClassName
{
background-color: #D89C9D;
}
</style>
border-color css
<style>
span { border-color: #D89C9D; }
span { border-color: rgb(216,156,157); }
td.TdClassName
{
border-color: #D89C9D;
}
.TagClassName
{
border-color: #D89C9D;
}
</style>