Shades of Careys Pink #D59899
Tints of Careys Pink #D59899
RGB
CMYK
RGB Variations
Color information
#D59899 (or 0xD59899) is known color: Careys Pink. HEX triplet: D5, 98 and 99. RGB value is (213,152,153). Sum of RGB (Red+Green+Blue) = 213+152+153=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D59899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59899 is #2A6766. Grayscale: #AAAAAA. Windows color (decimal): -2778983 or 10066133. OLE color: 10066133.
HSL color Cylindrical-coordinate representation of color #D59899: hue angle of 359.02º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D59899 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 153 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.16 |
| HSL | 359.02º | 0.42% | 0.72% | - |
| HSV(B) | 359.02º | 0.29% | 0.84% | - |
| XYZ | 44.42 | 38.9 | 35.3 | - |
| YUV | 170.35 | 118.21 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 153 | 0 | 0.29 | 0.28 | 0.16 | 359.02 | 0.42 | 0.72 |
| Hex | D5 | 98 | 99 | 0 | 1D | 1C | 10 | 167 | 2A | 48 |
| Octal | 325 | 230 | 231 | 0 | 35 | 34 | 20 | 547 | 52 | 110 |
| Binary | 11010101 | 10011000 | 10011001 | 0 | 11101 | 11100 | 10000 | 101100111 | 101010 | 1001000 |
Color Harmonies of #D59899
Complementary color
Monochromatic Colors of #D59899
Black with #D59899
Text Example
Text Example
White with #D59899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59899; }
p { color: rgb(213,152,153); }
H1.HeaderClassName
{
color: #D59899;
}
.AnyTagClassName
{
color: #D59899;
}
</style>
background-color css
<style>
a { background-color: #D59899; }
a { background-color: rgb(213,152,153); }
div.DivClassName
{
background-color: #D59899;
}
.BgClassName
{
background-color: #D59899;
}
</style>
border-color css
<style>
span { border-color: #D59899; }
span { border-color: rgb(213,152,153); }
td.TdClassName
{
border-color: #D59899;
}
.TagClassName
{
border-color: #D59899;
}
</style>