Shades of Careys Pink #D49597
Tints of Careys Pink #D49597
RGB
CMYK
RGB Variations
Color information
#D49597 (or 0xD49597) is known color: Careys Pink. HEX triplet: D4, 95 and 97. RGB value is (212,149,151). Sum of RGB (Red+Green+Blue) = 212+149+151=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D49597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49597 is #2B6A68. Grayscale: #A8A8A8. Windows color (decimal): -2845289 or 9934292. OLE color: 9934292.
HSL color Cylindrical-coordinate representation of color #D49597: hue angle of 358.1º 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 #D49597 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 151 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.17 |
| HSL | 358.1º | 0.42% | 0.71% | - |
| HSV(B) | 358.1º | 0.3% | 0.83% | - |
| XYZ | 43.48 | 37.73 | 34.27 | - |
| YUV | 168.07 | 118.37 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 151 | 0 | 0.30 | 0.29 | 0.17 | 358.1 | 0.42 | 0.71 |
| Hex | D4 | 95 | 97 | 0 | 1E | 1D | 11 | 166 | 2A | 47 |
| Octal | 324 | 225 | 227 | 0 | 36 | 35 | 21 | 546 | 52 | 107 |
| Binary | 11010100 | 10010101 | 10010111 | 0 | 11110 | 11101 | 10001 | 101100110 | 101010 | 1000111 |
Color Harmonies of #D49597
Complementary color
Monochromatic Colors of #D49597
Black with #D49597
Text Example
Text Example
White with #D49597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49597; }
p { color: rgb(212,149,151); }
H1.HeaderClassName
{
color: #D49597;
}
.AnyTagClassName
{
color: #D49597;
}
</style>
background-color css
<style>
a { background-color: #D49597; }
a { background-color: rgb(212,149,151); }
div.DivClassName
{
background-color: #D49597;
}
.BgClassName
{
background-color: #D49597;
}
</style>
border-color css
<style>
span { border-color: #D49597; }
span { border-color: rgb(212,149,151); }
td.TdClassName
{
border-color: #D49597;
}
.TagClassName
{
border-color: #D49597;
}
</style>