Shades of Careys Pink #D59BA1
Tints of Careys Pink #D59BA1
RGB
CMYK
RGB Variations
Color information
#D59BA1 (or 0xD59BA1) is known color: Careys Pink. HEX triplet: D5, 9B and A1. RGB value is (213,155,161). Sum of RGB (Red+Green+Blue) = 213+155+161=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59BA1 is #2A645E. Grayscale: #ADADAD. Windows color (decimal): -2778207 or 10591189. OLE color: 10591189.
HSL color Cylindrical-coordinate representation of color #D59BA1: hue angle of 353.79º 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 #D59BA1 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 161 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.16 |
| HSL | 353.79º | 0.41% | 0.72% | - |
| HSV(B) | 353.79º | 0.27% | 0.84% | - |
| XYZ | 45.59 | 40.16 | 39.07 | - |
| YUV | 173.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 161 | 0 | 0.27 | 0.24 | 0.16 | 353.79 | 0.41 | 0.72 |
| Hex | D5 | 9B | A1 | 0 | 1B | 18 | 10 | 162 | 29 | 48 |
| Octal | 325 | 233 | 241 | 0 | 33 | 30 | 20 | 542 | 51 | 110 |
| Binary | 11010101 | 10011011 | 10100001 | 0 | 11011 | 11000 | 10000 | 101100010 | 101001 | 1001000 |
Color Harmonies of #D59BA1
Complementary color
Monochromatic Colors of #D59BA1
Black with #D59BA1
Text Example
Text Example
White with #D59BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BA1; }
p { color: rgb(213,155,161); }
H1.HeaderClassName
{
color: #D59BA1;
}
.AnyTagClassName
{
color: #D59BA1;
}
</style>
background-color css
<style>
a { background-color: #D59BA1; }
a { background-color: rgb(213,155,161); }
div.DivClassName
{
background-color: #D59BA1;
}
.BgClassName
{
background-color: #D59BA1;
}
</style>
border-color css
<style>
span { border-color: #D59BA1; }
span { border-color: rgb(213,155,161); }
td.TdClassName
{
border-color: #D59BA1;
}
.TagClassName
{
border-color: #D59BA1;
}
</style>