Shades of Careys Pink #D8959C
Tints of Careys Pink #D8959C
RGB
CMYK
RGB Variations
Color information
#D8959C (or 0xD8959C) is known color: Careys Pink. HEX triplet: D8, 95 and 9C. RGB value is (216,149,156). Sum of RGB (Red+Green+Blue) = 216+149+156=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D8959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8959C is #276A63. Grayscale: #A9A9A9. Windows color (decimal): -2583140 or 10261976. OLE color: 10261976.
HSL color Cylindrical-coordinate representation of color #D8959C: hue angle of 353.73º 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 #D8959C is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 156 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.15 |
| HSL | 353.73º | 0.46% | 0.72% | - |
| HSV(B) | 353.73º | 0.31% | 0.85% | - |
| XYZ | 45.07 | 38.49 | 36.51 | - |
| YUV | 169.83 | 120.2 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 156 | 0 | 0.31 | 0.28 | 0.15 | 353.73 | 0.46 | 0.72 |
| Hex | D8 | 95 | 9C | 0 | 1F | 1C | F | 162 | 2E | 48 |
| Octal | 330 | 225 | 234 | 0 | 37 | 34 | 17 | 542 | 56 | 110 |
| Binary | 11011000 | 10010101 | 10011100 | 0 | 11111 | 11100 | 1111 | 101100010 | 101110 | 1001000 |
Color Harmonies of #D8959C
Complementary color
Monochromatic Colors of #D8959C
Black with #D8959C
Text Example
Text Example
White with #D8959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8959C; }
p { color: rgb(216,149,156); }
H1.HeaderClassName
{
color: #D8959C;
}
.AnyTagClassName
{
color: #D8959C;
}
</style>
background-color css
<style>
a { background-color: #D8959C; }
a { background-color: rgb(216,149,156); }
div.DivClassName
{
background-color: #D8959C;
}
.BgClassName
{
background-color: #D8959C;
}
</style>
border-color css
<style>
span { border-color: #D8959C; }
span { border-color: rgb(216,149,156); }
td.TdClassName
{
border-color: #D8959C;
}
.TagClassName
{
border-color: #D8959C;
}
</style>