Shades of Careys Pink #D89497
Tints of Careys Pink #D89497
RGB
CMYK
RGB Variations
Color information
#D89497 (or 0xD89497) is known color: Careys Pink. HEX triplet: D8, 94 and 97. RGB value is (216,148,151). Sum of RGB (Red+Green+Blue) = 216+148+151=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D89497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89497 is #276B68. Grayscale: #A8A8A8. Windows color (decimal): -2583401 or 9934040. OLE color: 9934040.
HSL color Cylindrical-coordinate representation of color #D89497: hue angle of 357.35º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D89497 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 151 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.15 |
| HSL | 357.35º | 0.47% | 0.71% | - |
| HSV(B) | 357.35º | 0.31% | 0.85% | - |
| XYZ | 44.49 | 38.01 | 34.27 | - |
| YUV | 168.67 | 118.03 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 151 | 0 | 0.31 | 0.30 | 0.15 | 357.35 | 0.47 | 0.71 |
| Hex | D8 | 94 | 97 | 0 | 1F | 1E | F | 165 | 2F | 47 |
| Octal | 330 | 224 | 227 | 0 | 37 | 36 | 17 | 545 | 57 | 107 |
| Binary | 11011000 | 10010100 | 10010111 | 0 | 11111 | 11110 | 1111 | 101100101 | 101111 | 1000111 |
Color Harmonies of #D89497
Complementary color
Monochromatic Colors of #D89497
Black with #D89497
Text Example
Text Example
White with #D89497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89497; }
p { color: rgb(216,148,151); }
H1.HeaderClassName
{
color: #D89497;
}
.AnyTagClassName
{
color: #D89497;
}
</style>
background-color css
<style>
a { background-color: #D89497; }
a { background-color: rgb(216,148,151); }
div.DivClassName
{
background-color: #D89497;
}
.BgClassName
{
background-color: #D89497;
}
</style>
border-color css
<style>
span { border-color: #D89497; }
span { border-color: rgb(216,148,151); }
td.TdClassName
{
border-color: #D89497;
}
.TagClassName
{
border-color: #D89497;
}
</style>