Shades of Careys Pink #D59C9F
Tints of Careys Pink #D59C9F
RGB
CMYK
RGB Variations
Color information
#D59C9F (or 0xD59C9F) is known color: Careys Pink. HEX triplet: D5, 9C and 9F. RGB value is (213,156,159). Sum of RGB (Red+Green+Blue) = 213+156+159=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59C9F is #2A6360. Grayscale: #ADADAD. Windows color (decimal): -2777953 or 10460373. OLE color: 10460373.
HSL color Cylindrical-coordinate representation of color #D59C9F: hue angle of 356.84º degrees, saturation: 0.4, 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 #D59C9F is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 159 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.16 |
| HSL | 356.84º | 0.4% | 0.72% | - |
| HSV(B) | 356.84º | 0.27% | 0.84% | - |
| XYZ | 45.59 | 40.43 | 38.2 | - |
| YUV | 173.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 159 | 0 | 0.27 | 0.25 | 0.16 | 356.84 | 0.4 | 0.72 |
| Hex | D5 | 9C | 9F | 0 | 1B | 19 | 10 | 165 | 28 | 48 |
| Octal | 325 | 234 | 237 | 0 | 33 | 31 | 20 | 545 | 50 | 110 |
| Binary | 11010101 | 10011100 | 10011111 | 0 | 11011 | 11001 | 10000 | 101100101 | 101000 | 1001000 |
Color Harmonies of #D59C9F
Complementary color
Monochromatic Colors of #D59C9F
Black with #D59C9F
Text Example
Text Example
White with #D59C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C9F; }
p { color: rgb(213,156,159); }
H1.HeaderClassName
{
color: #D59C9F;
}
.AnyTagClassName
{
color: #D59C9F;
}
</style>
background-color css
<style>
a { background-color: #D59C9F; }
a { background-color: rgb(213,156,159); }
div.DivClassName
{
background-color: #D59C9F;
}
.BgClassName
{
background-color: #D59C9F;
}
</style>
border-color css
<style>
span { border-color: #D59C9F; }
span { border-color: rgb(213,156,159); }
td.TdClassName
{
border-color: #D59C9F;
}
.TagClassName
{
border-color: #D59C9F;
}
</style>