Shades of Careys Pink #D49598
Tints of Careys Pink #D49598
RGB
CMYK
RGB Variations
Color information
#D49598 (or 0xD49598) is known color: Careys Pink. HEX triplet: D4, 95 and 98. RGB value is (212,149,152). Sum of RGB (Red+Green+Blue) = 212+149+152=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D49598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49598 is #2B6A67. Grayscale: #A8A8A8. Windows color (decimal): -2845288 or 9999828. OLE color: 9999828.
HSL color Cylindrical-coordinate representation of color #D49598: hue angle of 357.14º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D49598 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 152 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.17 |
| HSL | 357.14º | 0.42% | 0.71% | - |
| HSV(B) | 357.14º | 0.3% | 0.83% | - |
| XYZ | 43.57 | 37.76 | 34.7 | - |
| YUV | 168.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 152 | 0 | 0.30 | 0.28 | 0.17 | 357.14 | 0.42 | 0.71 |
| Hex | D4 | 95 | 98 | 0 | 1E | 1C | 11 | 165 | 2A | 47 |
| Octal | 324 | 225 | 230 | 0 | 36 | 34 | 21 | 545 | 52 | 107 |
| Binary | 11010100 | 10010101 | 10011000 | 0 | 11110 | 11100 | 10001 | 101100101 | 101010 | 1000111 |
Color Harmonies of #D49598
Complementary color
Monochromatic Colors of #D49598
Black with #D49598
Text Example
Text Example
White with #D49598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49598; }
p { color: rgb(212,149,152); }
H1.HeaderClassName
{
color: #D49598;
}
.AnyTagClassName
{
color: #D49598;
}
</style>
background-color css
<style>
a { background-color: #D49598; }
a { background-color: rgb(212,149,152); }
div.DivClassName
{
background-color: #D49598;
}
.BgClassName
{
background-color: #D49598;
}
</style>
border-color css
<style>
span { border-color: #D49598; }
span { border-color: rgb(212,149,152); }
td.TdClassName
{
border-color: #D49598;
}
.TagClassName
{
border-color: #D49598;
}
</style>