Shades of Careys Pink #D89798
Tints of Careys Pink #D89798
RGB
CMYK
RGB Variations
Color information
#D89798 (or 0xD89798) is known color: Careys Pink. HEX triplet: D8, 97 and 98. RGB value is (216,151,152). Sum of RGB (Red+Green+Blue) = 216+151+152=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D89798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89798 is #276867. Grayscale: #AAAAAA. Windows color (decimal): -2582632 or 10000344. OLE color: 10000344.
HSL color Cylindrical-coordinate representation of color #D89798: hue angle of 359.08º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D89798 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 151 | 152 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.15 |
| HSL | 359.08º | 0.45% | 0.72% | - |
| HSV(B) | 359.08º | 0.3% | 0.85% | - |
| XYZ | 45.05 | 39 | 34.86 | - |
| YUV | 170.55 | 117.53 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 152 | 0 | 0.30 | 0.30 | 0.15 | 359.08 | 0.45 | 0.72 |
| Hex | D8 | 97 | 98 | 0 | 1E | 1E | F | 167 | 2D | 48 |
| Octal | 330 | 227 | 230 | 0 | 36 | 36 | 17 | 547 | 55 | 110 |
| Binary | 11011000 | 10010111 | 10011000 | 0 | 11110 | 11110 | 1111 | 101100111 | 101101 | 1001000 |
Color Harmonies of #D89798
Complementary color
Monochromatic Colors of #D89798
Black with #D89798
Text Example
Text Example
White with #D89798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89798; }
p { color: rgb(216,151,152); }
H1.HeaderClassName
{
color: #D89798;
}
.AnyTagClassName
{
color: #D89798;
}
</style>
background-color css
<style>
a { background-color: #D89798; }
a { background-color: rgb(216,151,152); }
div.DivClassName
{
background-color: #D89798;
}
.BgClassName
{
background-color: #D89798;
}
</style>
border-color css
<style>
span { border-color: #D89798; }
span { border-color: rgb(216,151,152); }
td.TdClassName
{
border-color: #D89798;
}
.TagClassName
{
border-color: #D89798;
}
</style>