Shades of Careys Pink #D49B9F
Tints of Careys Pink #D49B9F
RGB
CMYK
RGB Variations
Color information
#D49B9F (or 0xD49B9F) is known color: Careys Pink. HEX triplet: D4, 9B and 9F. RGB value is (212,155,159). Sum of RGB (Red+Green+Blue) = 212+155+159=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D49B9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49B9F is #2B6460. Grayscale: #ACACAC. Windows color (decimal): -2843745 or 10460116. OLE color: 10460116.
HSL color Cylindrical-coordinate representation of color #D49B9F: hue angle of 355.79º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49B9F is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 155 | 159 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.17 |
| HSL | 355.79º | 0.4% | 0.72% | - |
| HSV(B) | 355.79º | 0.27% | 0.83% | - |
| XYZ | 45.13 | 39.94 | 38.13 | - |
| YUV | 172.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 159 | 0 | 0.27 | 0.25 | 0.17 | 355.79 | 0.4 | 0.72 |
| Hex | D4 | 9B | 9F | 0 | 1B | 19 | 11 | 164 | 28 | 48 |
| Octal | 324 | 233 | 237 | 0 | 33 | 31 | 21 | 544 | 50 | 110 |
| Binary | 11010100 | 10011011 | 10011111 | 0 | 11011 | 11001 | 10001 | 101100100 | 101000 | 1001000 |
Color Harmonies of #D49B9F
Complementary color
Monochromatic Colors of #D49B9F
Black with #D49B9F
Text Example
Text Example
White with #D49B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49B9F; }
p { color: rgb(212,155,159); }
H1.HeaderClassName
{
color: #D49B9F;
}
.AnyTagClassName
{
color: #D49B9F;
}
</style>
background-color css
<style>
a { background-color: #D49B9F; }
a { background-color: rgb(212,155,159); }
div.DivClassName
{
background-color: #D49B9F;
}
.BgClassName
{
background-color: #D49B9F;
}
</style>
border-color css
<style>
span { border-color: #D49B9F; }
span { border-color: rgb(212,155,159); }
td.TdClassName
{
border-color: #D49B9F;
}
.TagClassName
{
border-color: #D49B9F;
}
</style>