Shades of Careys Pink #D59BA6
Tints of Careys Pink #D59BA6
RGB
CMYK
RGB Variations
Color information
#D59BA6 (or 0xD59BA6) is known color: Careys Pink. HEX triplet: D5, 9B and A6. RGB value is (213,155,166). Sum of RGB (Red+Green+Blue) = 213+155+166=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 166 (65.23% from 255 or 31.09% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59BA6 is #2A6459. Grayscale: #ADADAD. Windows color (decimal): -2778202 or 10918869. OLE color: 10918869.
HSL color Cylindrical-coordinate representation of color #D59BA6: hue angle of 348.62º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59BA6 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 166 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.16 |
| HSL | 348.62º | 0.41% | 0.72% | - |
| HSV(B) | 348.62º | 0.27% | 0.84% | - |
| XYZ | 46.04 | 40.34 | 41.44 | - |
| YUV | 173.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 166 | 0 | 0.27 | 0.22 | 0.16 | 348.62 | 0.41 | 0.72 |
| Hex | D5 | 9B | A6 | 0 | 1B | 16 | 10 | 15D | 29 | 48 |
| Octal | 325 | 233 | 246 | 0 | 33 | 26 | 20 | 535 | 51 | 110 |
| Binary | 11010101 | 10011011 | 10100110 | 0 | 11011 | 10110 | 10000 | 101011101 | 101001 | 1001000 |
Color Harmonies of #D59BA6
Complementary color
Monochromatic Colors of #D59BA6
Black with #D59BA6
Text Example
Text Example
White with #D59BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BA6; }
p { color: rgb(213,155,166); }
H1.HeaderClassName
{
color: #D59BA6;
}
.AnyTagClassName
{
color: #D59BA6;
}
</style>
background-color css
<style>
a { background-color: #D59BA6; }
a { background-color: rgb(213,155,166); }
div.DivClassName
{
background-color: #D59BA6;
}
.BgClassName
{
background-color: #D59BA6;
}
</style>
border-color css
<style>
span { border-color: #D59BA6; }
span { border-color: rgb(213,155,166); }
td.TdClassName
{
border-color: #D59BA6;
}
.TagClassName
{
border-color: #D59BA6;
}
</style>