Shades of Careys Pink #D59BA7
Tints of Careys Pink #D59BA7
RGB
CMYK
RGB Variations
Color information
#D59BA7 (or 0xD59BA7) is known color: Careys Pink. HEX triplet: D5, 9B and A7. RGB value is (213,155,167). Sum of RGB (Red+Green+Blue) = 213+155+167=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 167 (65.62% from 255 or 31.21% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59BA7 is #2A6458. Grayscale: #ADADAD. Windows color (decimal): -2778201 or 10984405. OLE color: 10984405.
HSL color Cylindrical-coordinate representation of color #D59BA7: hue angle of 347.59º 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 #D59BA7 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 167 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.16 |
| HSL | 347.59º | 0.41% | 0.72% | - |
| HSV(B) | 347.59º | 0.27% | 0.84% | - |
| XYZ | 46.14 | 40.38 | 41.92 | - |
| YUV | 173.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 167 | 0 | 0.27 | 0.22 | 0.16 | 347.59 | 0.41 | 0.72 |
| Hex | D5 | 9B | A7 | 0 | 1B | 16 | 10 | 15C | 29 | 48 |
| Octal | 325 | 233 | 247 | 0 | 33 | 26 | 20 | 534 | 51 | 110 |
| Binary | 11010101 | 10011011 | 10100111 | 0 | 11011 | 10110 | 10000 | 101011100 | 101001 | 1001000 |
Color Harmonies of #D59BA7
Complementary color
Monochromatic Colors of #D59BA7
Black with #D59BA7
Text Example
Text Example
White with #D59BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BA7; }
p { color: rgb(213,155,167); }
H1.HeaderClassName
{
color: #D59BA7;
}
.AnyTagClassName
{
color: #D59BA7;
}
</style>
background-color css
<style>
a { background-color: #D59BA7; }
a { background-color: rgb(213,155,167); }
div.DivClassName
{
background-color: #D59BA7;
}
.BgClassName
{
background-color: #D59BA7;
}
</style>
border-color css
<style>
span { border-color: #D59BA7; }
span { border-color: rgb(213,155,167); }
td.TdClassName
{
border-color: #D59BA7;
}
.TagClassName
{
border-color: #D59BA7;
}
</style>