Shades of Careys Pink #D59BA4
Tints of Careys Pink #D59BA4
RGB
CMYK
RGB Variations
Color information
#D59BA4 (or 0xD59BA4) is known color: Careys Pink. HEX triplet: D5, 9B and A4. RGB value is (213,155,164). Sum of RGB (Red+Green+Blue) = 213+155+164=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 164 (64.45% from 255 or 30.83% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59BA4 is #2A645B. Grayscale: #ADADAD. Windows color (decimal): -2778204 or 10787797. OLE color: 10787797.
HSL color Cylindrical-coordinate representation of color #D59BA4: hue angle of 350.69º 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 #D59BA4 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 164 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.16 |
| HSL | 350.69º | 0.41% | 0.72% | - |
| HSV(B) | 350.69º | 0.27% | 0.84% | - |
| XYZ | 45.86 | 40.27 | 40.48 | - |
| YUV | 173.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 164 | 0 | 0.27 | 0.23 | 0.16 | 350.69 | 0.41 | 0.72 |
| Hex | D5 | 9B | A4 | 0 | 1B | 17 | 10 | 15F | 29 | 48 |
| Octal | 325 | 233 | 244 | 0 | 33 | 27 | 20 | 537 | 51 | 110 |
| Binary | 11010101 | 10011011 | 10100100 | 0 | 11011 | 10111 | 10000 | 101011111 | 101001 | 1001000 |
Color Harmonies of #D59BA4
Complementary color
Monochromatic Colors of #D59BA4
Black with #D59BA4
Text Example
Text Example
White with #D59BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BA4; }
p { color: rgb(213,155,164); }
H1.HeaderClassName
{
color: #D59BA4;
}
.AnyTagClassName
{
color: #D59BA4;
}
</style>
background-color css
<style>
a { background-color: #D59BA4; }
a { background-color: rgb(213,155,164); }
div.DivClassName
{
background-color: #D59BA4;
}
.BgClassName
{
background-color: #D59BA4;
}
</style>
border-color css
<style>
span { border-color: #D59BA4; }
span { border-color: rgb(213,155,164); }
td.TdClassName
{
border-color: #D59BA4;
}
.TagClassName
{
border-color: #D59BA4;
}
</style>