Shades of Careys Pink #D49699
Tints of Careys Pink #D49699
RGB
CMYK
RGB Variations
Color information
#D49699 (or 0xD49699) is known color: Careys Pink. HEX triplet: D4, 96 and 99. RGB value is (212,150,153). Sum of RGB (Red+Green+Blue) = 212+150+153=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D49699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49699 is #2B6966. Grayscale: #A8A8A8. Windows color (decimal): -2845031 or 10065620. OLE color: 10065620.
HSL color Cylindrical-coordinate representation of color #D49699: hue angle of 357.1º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D49699 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 150 | 153 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.17 |
| HSL | 357.1º | 0.42% | 0.71% | - |
| HSV(B) | 357.1º | 0.29% | 0.83% | - |
| XYZ | 43.81 | 38.11 | 35.18 | - |
| YUV | 168.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 153 | 0 | 0.29 | 0.28 | 0.17 | 357.1 | 0.42 | 0.71 |
| Hex | D4 | 96 | 99 | 0 | 1D | 1C | 11 | 165 | 2A | 47 |
| Octal | 324 | 226 | 231 | 0 | 35 | 34 | 21 | 545 | 52 | 107 |
| Binary | 11010100 | 10010110 | 10011001 | 0 | 11101 | 11100 | 10001 | 101100101 | 101010 | 1000111 |
Color Harmonies of #D49699
Complementary color
Monochromatic Colors of #D49699
Black with #D49699
Text Example
Text Example
White with #D49699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49699; }
p { color: rgb(212,150,153); }
H1.HeaderClassName
{
color: #D49699;
}
.AnyTagClassName
{
color: #D49699;
}
</style>
background-color css
<style>
a { background-color: #D49699; }
a { background-color: rgb(212,150,153); }
div.DivClassName
{
background-color: #D49699;
}
.BgClassName
{
background-color: #D49699;
}
</style>
border-color css
<style>
span { border-color: #D49699; }
span { border-color: rgb(212,150,153); }
td.TdClassName
{
border-color: #D49699;
}
.TagClassName
{
border-color: #D49699;
}
</style>