Shades of Careys Pink #D1959B
Tints of Careys Pink #D1959B
RGB
CMYK
RGB Variations
Color information
#D1959B (or 0xD1959B) is known color: Careys Pink. HEX triplet: D1, 95 and 9B. RGB value is (209,149,155). Sum of RGB (Red+Green+Blue) = 209+149+155=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D1959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1959B is #2E6A64. Grayscale: #A7A7A7. Windows color (decimal): -3041893 or 10196433. OLE color: 10196433.
HSL color Cylindrical-coordinate representation of color #D1959B: hue angle of 354º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1959B is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 149 | 155 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.18 |
| HSL | 354º | 0.39% | 0.7% | - |
| HSV(B) | 354º | 0.29% | 0.82% | - |
| XYZ | 42.96 | 37.42 | 35.97 | - |
| YUV | 167.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 155 | 0 | 0.29 | 0.26 | 0.18 | 354 | 0.39 | 0.7 |
| Hex | D1 | 95 | 9B | 0 | 1D | 1A | 12 | 162 | 27 | 46 |
| Octal | 321 | 225 | 233 | 0 | 35 | 32 | 22 | 542 | 47 | 106 |
| Binary | 11010001 | 10010101 | 10011011 | 0 | 11101 | 11010 | 10010 | 101100010 | 100111 | 1000110 |
Color Harmonies of #D1959B
Complementary color
Monochromatic Colors of #D1959B
Black with #D1959B
Text Example
Text Example
White with #D1959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1959B; }
p { color: rgb(209,149,155); }
H1.HeaderClassName
{
color: #D1959B;
}
.AnyTagClassName
{
color: #D1959B;
}
</style>
background-color css
<style>
a { background-color: #D1959B; }
a { background-color: rgb(209,149,155); }
div.DivClassName
{
background-color: #D1959B;
}
.BgClassName
{
background-color: #D1959B;
}
</style>
border-color css
<style>
span { border-color: #D1959B; }
span { border-color: rgb(209,149,155); }
td.TdClassName
{
border-color: #D1959B;
}
.TagClassName
{
border-color: #D1959B;
}
</style>