Shades of Careys Pink #D7959C
Tints of Careys Pink #D7959C
RGB
CMYK
RGB Variations
Color information
#D7959C (or 0xD7959C) is known color: Careys Pink. HEX triplet: D7, 95 and 9C. RGB value is (215,149,156). Sum of RGB (Red+Green+Blue) = 215+149+156=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D7959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7959C is #286A63. Grayscale: #A9A9A9. Windows color (decimal): -2648676 or 10261975. OLE color: 10261975.
HSL color Cylindrical-coordinate representation of color #D7959C: hue angle of 353.64º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7959C is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 149 | 156 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.16 |
| HSL | 353.64º | 0.45% | 0.71% | - |
| HSV(B) | 353.64º | 0.31% | 0.84% | - |
| XYZ | 44.77 | 38.34 | 36.49 | - |
| YUV | 169.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 149 | 156 | 0 | 0.31 | 0.27 | 0.16 | 353.64 | 0.45 | 0.71 |
| Hex | D7 | 95 | 9C | 0 | 1F | 1B | 10 | 162 | 2D | 47 |
| Octal | 327 | 225 | 234 | 0 | 37 | 33 | 20 | 542 | 55 | 107 |
| Binary | 11010111 | 10010101 | 10011100 | 0 | 11111 | 11011 | 10000 | 101100010 | 101101 | 1000111 |
Color Harmonies of #D7959C
Complementary color
Monochromatic Colors of #D7959C
Black with #D7959C
Text Example
Text Example
White with #D7959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7959C; }
p { color: rgb(215,149,156); }
H1.HeaderClassName
{
color: #D7959C;
}
.AnyTagClassName
{
color: #D7959C;
}
</style>
background-color css
<style>
a { background-color: #D7959C; }
a { background-color: rgb(215,149,156); }
div.DivClassName
{
background-color: #D7959C;
}
.BgClassName
{
background-color: #D7959C;
}
</style>
border-color css
<style>
span { border-color: #D7959C; }
span { border-color: rgb(215,149,156); }
td.TdClassName
{
border-color: #D7959C;
}
.TagClassName
{
border-color: #D7959C;
}
</style>