Shades of Careys Pink #D59B9C
Tints of Careys Pink #D59B9C
RGB
CMYK
RGB Variations
Color information
#D59B9C (or 0xD59B9C) is known color: Careys Pink. HEX triplet: D5, 9B and 9C. RGB value is (213,155,156). Sum of RGB (Red+Green+Blue) = 213+155+156=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59B9C is #2A6463. Grayscale: #ACACAC. Windows color (decimal): -2778212 or 10263509. OLE color: 10263509.
HSL color Cylindrical-coordinate representation of color #D59B9C: hue angle of 358.97º 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 #D59B9C is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 156 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.16 |
| HSL | 358.97º | 0.41% | 0.72% | - |
| HSV(B) | 358.97º | 0.27% | 0.84% | - |
| XYZ | 45.16 | 39.99 | 36.79 | - |
| YUV | 172.46 | 118.72 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 156 | 0 | 0.27 | 0.27 | 0.16 | 358.97 | 0.41 | 0.72 |
| Hex | D5 | 9B | 9C | 0 | 1B | 1B | 10 | 167 | 29 | 48 |
| Octal | 325 | 233 | 234 | 0 | 33 | 33 | 20 | 547 | 51 | 110 |
| Binary | 11010101 | 10011011 | 10011100 | 0 | 11011 | 11011 | 10000 | 101100111 | 101001 | 1001000 |
Color Harmonies of #D59B9C
Complementary color
Monochromatic Colors of #D59B9C
Black with #D59B9C
Text Example
Text Example
White with #D59B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B9C; }
p { color: rgb(213,155,156); }
H1.HeaderClassName
{
color: #D59B9C;
}
.AnyTagClassName
{
color: #D59B9C;
}
</style>
background-color css
<style>
a { background-color: #D59B9C; }
a { background-color: rgb(213,155,156); }
div.DivClassName
{
background-color: #D59B9C;
}
.BgClassName
{
background-color: #D59B9C;
}
</style>
border-color css
<style>
span { border-color: #D59B9C; }
span { border-color: rgb(213,155,156); }
td.TdClassName
{
border-color: #D59B9C;
}
.TagClassName
{
border-color: #D59B9C;
}
</style>