Shades of Careys Pink #D6959B
Tints of Careys Pink #D6959B
RGB
CMYK
RGB Variations
Color information
#D6959B (or 0xD6959B) is known color: Careys Pink. HEX triplet: D6, 95 and 9B. RGB value is (214,149,155). Sum of RGB (Red+Green+Blue) = 214+149+155=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6959B is #296A64. Grayscale: #A9A9A9. Windows color (decimal): -2714213 or 10196438. OLE color: 10196438.
HSL color Cylindrical-coordinate representation of color #D6959B: hue angle of 354.46º 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 #D6959B is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 155 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.16 |
| HSL | 354.46º | 0.44% | 0.71% | - |
| HSV(B) | 354.46º | 0.3% | 0.84% | - |
| XYZ | 44.4 | 38.16 | 36.04 | - |
| YUV | 169.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 155 | 0 | 0.30 | 0.28 | 0.16 | 354.46 | 0.44 | 0.71 |
| Hex | D6 | 95 | 9B | 0 | 1E | 1C | 10 | 162 | 2C | 47 |
| Octal | 326 | 225 | 233 | 0 | 36 | 34 | 20 | 542 | 54 | 107 |
| Binary | 11010110 | 10010101 | 10011011 | 0 | 11110 | 11100 | 10000 | 101100010 | 101100 | 1000111 |
Color Harmonies of #D6959B
Complementary color
Monochromatic Colors of #D6959B
Black with #D6959B
Text Example
Text Example
White with #D6959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6959B; }
p { color: rgb(214,149,155); }
H1.HeaderClassName
{
color: #D6959B;
}
.AnyTagClassName
{
color: #D6959B;
}
</style>
background-color css
<style>
a { background-color: #D6959B; }
a { background-color: rgb(214,149,155); }
div.DivClassName
{
background-color: #D6959B;
}
.BgClassName
{
background-color: #D6959B;
}
</style>
border-color css
<style>
span { border-color: #D6959B; }
span { border-color: rgb(214,149,155); }
td.TdClassName
{
border-color: #D6959B;
}
.TagClassName
{
border-color: #D6959B;
}
</style>