Shades of Careys Pink #D0959F
Tints of Careys Pink #D0959F
RGB
CMYK
RGB Variations
Color information
#D0959F (or 0xD0959F) is known color: Careys Pink. HEX triplet: D0, 95 and 9F. RGB value is (208,149,159). Sum of RGB (Red+Green+Blue) = 208+149+159=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D0959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0959F is #2F6A60. Grayscale: #A7A7A7. Windows color (decimal): -3107425 or 10458576. OLE color: 10458576.
HSL color Cylindrical-coordinate representation of color #D0959F: hue angle of 349.83º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0959F is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 149 | 159 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.18 |
| HSL | 349.83º | 0.39% | 0.7% | - |
| HSV(B) | 349.83º | 0.28% | 0.82% | - |
| XYZ | 43.02 | 37.41 | 37.75 | - |
| YUV | 167.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 159 | 0 | 0.28 | 0.24 | 0.18 | 349.83 | 0.39 | 0.7 |
| Hex | D0 | 95 | 9F | 0 | 1C | 18 | 12 | 15E | 27 | 46 |
| Octal | 320 | 225 | 237 | 0 | 34 | 30 | 22 | 536 | 47 | 106 |
| Binary | 11010000 | 10010101 | 10011111 | 0 | 11100 | 11000 | 10010 | 101011110 | 100111 | 1000110 |
Color Harmonies of #D0959F
Complementary color
Monochromatic Colors of #D0959F
Black with #D0959F
Text Example
Text Example
White with #D0959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0959F; }
p { color: rgb(208,149,159); }
H1.HeaderClassName
{
color: #D0959F;
}
.AnyTagClassName
{
color: #D0959F;
}
</style>
background-color css
<style>
a { background-color: #D0959F; }
a { background-color: rgb(208,149,159); }
div.DivClassName
{
background-color: #D0959F;
}
.BgClassName
{
background-color: #D0959F;
}
</style>
border-color css
<style>
span { border-color: #D0959F; }
span { border-color: rgb(208,149,159); }
td.TdClassName
{
border-color: #D0959F;
}
.TagClassName
{
border-color: #D0959F;
}
</style>