Shades of Careys Pink #D59BA5
Tints of Careys Pink #D59BA5
RGB
CMYK
RGB Variations
Color information
#D59BA5 (or 0xD59BA5) is known color: Careys Pink. HEX triplet: D5, 9B and A5. RGB value is (213,155,165). Sum of RGB (Red+Green+Blue) = 213+155+165=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59BA5 is #2A645A. Grayscale: #ADADAD. Windows color (decimal): -2778203 or 10853333. OLE color: 10853333.
HSL color Cylindrical-coordinate representation of color #D59BA5: hue angle of 349.66º 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 #D59BA5 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 165 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.16 |
| HSL | 349.66º | 0.41% | 0.72% | - |
| HSV(B) | 349.66º | 0.27% | 0.84% | - |
| XYZ | 45.95 | 40.31 | 40.96 | - |
| YUV | 173.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 165 | 0 | 0.27 | 0.23 | 0.16 | 349.66 | 0.41 | 0.72 |
| Hex | D5 | 9B | A5 | 0 | 1B | 17 | 10 | 15E | 29 | 48 |
| Octal | 325 | 233 | 245 | 0 | 33 | 27 | 20 | 536 | 51 | 110 |
| Binary | 11010101 | 10011011 | 10100101 | 0 | 11011 | 10111 | 10000 | 101011110 | 101001 | 1001000 |
Color Harmonies of #D59BA5
Complementary color
Monochromatic Colors of #D59BA5
Black with #D59BA5
Text Example
Text Example
White with #D59BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BA5; }
p { color: rgb(213,155,165); }
H1.HeaderClassName
{
color: #D59BA5;
}
.AnyTagClassName
{
color: #D59BA5;
}
</style>
background-color css
<style>
a { background-color: #D59BA5; }
a { background-color: rgb(213,155,165); }
div.DivClassName
{
background-color: #D59BA5;
}
.BgClassName
{
background-color: #D59BA5;
}
</style>
border-color css
<style>
span { border-color: #D59BA5; }
span { border-color: rgb(213,155,165); }
td.TdClassName
{
border-color: #D59BA5;
}
.TagClassName
{
border-color: #D59BA5;
}
</style>