Shades of Careys Pink #D59A9C
Tints of Careys Pink #D59A9C
RGB
CMYK
RGB Variations
Color information
#D59A9C (or 0xD59A9C) is known color: Careys Pink. HEX triplet: D5, 9A and 9C. RGB value is (213,154,156). Sum of RGB (Red+Green+Blue) = 213+154+156=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59A9C is #2A6563. Grayscale: #ABABAB. Windows color (decimal): -2778468 or 10263253. OLE color: 10263253.
HSL color Cylindrical-coordinate representation of color #D59A9C: hue angle of 357.97º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59A9C is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 156 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.16 |
| HSL | 357.97º | 0.41% | 0.72% | - |
| HSV(B) | 357.97º | 0.28% | 0.84% | - |
| XYZ | 45 | 39.66 | 36.74 | - |
| YUV | 171.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 156 | 0 | 0.28 | 0.27 | 0.16 | 357.97 | 0.41 | 0.72 |
| Hex | D5 | 9A | 9C | 0 | 1C | 1B | 10 | 166 | 29 | 48 |
| Octal | 325 | 232 | 234 | 0 | 34 | 33 | 20 | 546 | 51 | 110 |
| Binary | 11010101 | 10011010 | 10011100 | 0 | 11100 | 11011 | 10000 | 101100110 | 101001 | 1001000 |
Color Harmonies of #D59A9C
Complementary color
Monochromatic Colors of #D59A9C
Black with #D59A9C
Text Example
Text Example
White with #D59A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A9C; }
p { color: rgb(213,154,156); }
H1.HeaderClassName
{
color: #D59A9C;
}
.AnyTagClassName
{
color: #D59A9C;
}
</style>
background-color css
<style>
a { background-color: #D59A9C; }
a { background-color: rgb(213,154,156); }
div.DivClassName
{
background-color: #D59A9C;
}
.BgClassName
{
background-color: #D59A9C;
}
</style>
border-color css
<style>
span { border-color: #D59A9C; }
span { border-color: rgb(213,154,156); }
td.TdClassName
{
border-color: #D59A9C;
}
.TagClassName
{
border-color: #D59A9C;
}
</style>