Shades of Careys Pink #D6959D
Tints of Careys Pink #D6959D
RGB
CMYK
RGB Variations
Color information
#D6959D (or 0xD6959D) is known color: Careys Pink. HEX triplet: D6, 95 and 9D. RGB value is (214,149,157). Sum of RGB (Red+Green+Blue) = 214+149+157=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6959D is #296A62. Grayscale: #A9A9A9. Windows color (decimal): -2714211 or 10327510. OLE color: 10327510.
HSL color Cylindrical-coordinate representation of color #D6959D: hue angle of 352.62º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6959D is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 157 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.16 |
| HSL | 352.62º | 0.44% | 0.71% | - |
| HSV(B) | 352.62º | 0.3% | 0.84% | - |
| XYZ | 44.56 | 38.23 | 36.93 | - |
| YUV | 169.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 157 | 0 | 0.30 | 0.27 | 0.16 | 352.62 | 0.44 | 0.71 |
| Hex | D6 | 95 | 9D | 0 | 1E | 1B | 10 | 161 | 2C | 47 |
| Octal | 326 | 225 | 235 | 0 | 36 | 33 | 20 | 541 | 54 | 107 |
| Binary | 11010110 | 10010101 | 10011101 | 0 | 11110 | 11011 | 10000 | 101100001 | 101100 | 1000111 |
Color Harmonies of #D6959D
Complementary color
Monochromatic Colors of #D6959D
Black with #D6959D
Text Example
Text Example
White with #D6959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6959D; }
p { color: rgb(214,149,157); }
H1.HeaderClassName
{
color: #D6959D;
}
.AnyTagClassName
{
color: #D6959D;
}
</style>
background-color css
<style>
a { background-color: #D6959D; }
a { background-color: rgb(214,149,157); }
div.DivClassName
{
background-color: #D6959D;
}
.BgClassName
{
background-color: #D6959D;
}
</style>
border-color css
<style>
span { border-color: #D6959D; }
span { border-color: rgb(214,149,157); }
td.TdClassName
{
border-color: #D6959D;
}
.TagClassName
{
border-color: #D6959D;
}
</style>