Shades of Careys Pink #D89599
Tints of Careys Pink #D89599
RGB
CMYK
RGB Variations
Color information
#D89599 (or 0xD89599) is known color: Careys Pink. HEX triplet: D8, 95 and 99. RGB value is (216,149,153). Sum of RGB (Red+Green+Blue) = 216+149+153=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D89599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89599 is #276A66. Grayscale: #A9A9A9. Windows color (decimal): -2583143 or 10065368. OLE color: 10065368.
HSL color Cylindrical-coordinate representation of color #D89599: hue angle of 356.42º 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 #D89599 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 153 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.15 |
| HSL | 356.42º | 0.46% | 0.72% | - |
| HSV(B) | 356.42º | 0.31% | 0.85% | - |
| XYZ | 44.82 | 38.39 | 35.19 | - |
| YUV | 169.49 | 118.7 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 153 | 0 | 0.31 | 0.29 | 0.15 | 356.42 | 0.46 | 0.72 |
| Hex | D8 | 95 | 99 | 0 | 1F | 1D | F | 164 | 2E | 48 |
| Octal | 330 | 225 | 231 | 0 | 37 | 35 | 17 | 544 | 56 | 110 |
| Binary | 11011000 | 10010101 | 10011001 | 0 | 11111 | 11101 | 1111 | 101100100 | 101110 | 1001000 |
Color Harmonies of #D89599
Complementary color
Monochromatic Colors of #D89599
Black with #D89599
Text Example
Text Example
White with #D89599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89599; }
p { color: rgb(216,149,153); }
H1.HeaderClassName
{
color: #D89599;
}
.AnyTagClassName
{
color: #D89599;
}
</style>
background-color css
<style>
a { background-color: #D89599; }
a { background-color: rgb(216,149,153); }
div.DivClassName
{
background-color: #D89599;
}
.BgClassName
{
background-color: #D89599;
}
</style>
border-color css
<style>
span { border-color: #D89599; }
span { border-color: rgb(216,149,153); }
td.TdClassName
{
border-color: #D89599;
}
.TagClassName
{
border-color: #D89599;
}
</style>