Shades of Careys Pink #D59B9E
Tints of Careys Pink #D59B9E
RGB
CMYK
RGB Variations
Color information
#D59B9E (or 0xD59B9E) is known color: Careys Pink. HEX triplet: D5, 9B and 9E. RGB value is (213,155,158). Sum of RGB (Red+Green+Blue) = 213+155+158=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59B9E is #2A6461. Grayscale: #ACACAC. Windows color (decimal): -2778210 or 10394581. OLE color: 10394581.
HSL color Cylindrical-coordinate representation of color #D59B9E: hue angle of 356.9º 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 #D59B9E is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 158 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.16 |
| HSL | 356.9º | 0.41% | 0.72% | - |
| HSV(B) | 356.9º | 0.27% | 0.84% | - |
| XYZ | 45.33 | 40.06 | 37.69 | - |
| YUV | 172.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 158 | 0 | 0.27 | 0.26 | 0.16 | 356.9 | 0.41 | 0.72 |
| Hex | D5 | 9B | 9E | 0 | 1B | 1A | 10 | 165 | 29 | 48 |
| Octal | 325 | 233 | 236 | 0 | 33 | 32 | 20 | 545 | 51 | 110 |
| Binary | 11010101 | 10011011 | 10011110 | 0 | 11011 | 11010 | 10000 | 101100101 | 101001 | 1001000 |
Color Harmonies of #D59B9E
Complementary color
Monochromatic Colors of #D59B9E
Black with #D59B9E
Text Example
Text Example
White with #D59B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B9E; }
p { color: rgb(213,155,158); }
H1.HeaderClassName
{
color: #D59B9E;
}
.AnyTagClassName
{
color: #D59B9E;
}
</style>
background-color css
<style>
a { background-color: #D59B9E; }
a { background-color: rgb(213,155,158); }
div.DivClassName
{
background-color: #D59B9E;
}
.BgClassName
{
background-color: #D59B9E;
}
</style>
border-color css
<style>
span { border-color: #D59B9E; }
span { border-color: rgb(213,155,158); }
td.TdClassName
{
border-color: #D59B9E;
}
.TagClassName
{
border-color: #D59B9E;
}
</style>