Shades of Careys Pink #D59B9F
Tints of Careys Pink #D59B9F
RGB
CMYK
RGB Variations
Color information
#D59B9F (or 0xD59B9F) is known color: Careys Pink. HEX triplet: D5, 9B and 9F. RGB value is (213,155,159). Sum of RGB (Red+Green+Blue) = 213+155+159=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59B9F is #2A6460. Grayscale: #ACACAC. Windows color (decimal): -2778209 or 10460117. OLE color: 10460117.
HSL color Cylindrical-coordinate representation of color #D59B9F: hue angle of 355.86º 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 #D59B9F is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 155 | 159 | - |
CMYK | 0 | 0.27 | 0.25 | 0.16 |
HSL | 355.86º | 0.41% | 0.72% | - |
HSV(B) | 355.86º | 0.27% | 0.84% | - |
XYZ | 45.42 | 40.09 | 38.15 | - |
YUV | 172.8 | 120.22 | 156.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 155 | 159 | 0 | 0.27 | 0.25 | 0.16 | 355.86 | 0.41 | 0.72 |
Hex | D5 | 9B | 9F | 0 | 1B | 19 | 10 | 164 | 29 | 48 |
Octal | 325 | 233 | 237 | 0 | 33 | 31 | 20 | 544 | 51 | 110 |
Binary | 11010101 | 10011011 | 10011111 | 0 | 11011 | 11001 | 10000 | 101100100 | 101001 | 1001000 |
Color Harmonies of #D59B9F
Complementary color
Monochromatic Colors of #D59B9F
Black with #D59B9F
Text Example
Text Example
White with #D59B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B9F; }
p { color: rgb(213,155,159); }
H1.HeaderClassName
{
color: #D59B9F;
}
.AnyTagClassName
{
color: #D59B9F;
}
</style>
background-color css
<style>
a { background-color: #D59B9F; }
a { background-color: rgb(213,155,159); }
div.DivClassName
{
background-color: #D59B9F;
}
.BgClassName
{
background-color: #D59B9F;
}
</style>
border-color css
<style>
span { border-color: #D59B9F; }
span { border-color: rgb(213,155,159); }
td.TdClassName
{
border-color: #D59B9F;
}
.TagClassName
{
border-color: #D59B9F;
}
</style>