Shades of Careys Pink #D49395
Tints of Careys Pink #D49395
RGB
CMYK
RGB Variations
Color information
#D49395 (or 0xD49395) is known color: Careys Pink. HEX triplet: D4, 93 and 95. RGB value is (212,147,149). Sum of RGB (Red+Green+Blue) = 212+147+149=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 212 - color contains mainly: red. Hex color #D49395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49395 is #2B6C6A. Grayscale: #A6A6A6. Windows color (decimal): -2845803 or 9802708. OLE color: 9802708.
HSL color Cylindrical-coordinate representation of color #D49395: hue angle of 358.15º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D49395 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 149 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.17 |
| HSL | 358.15º | 0.43% | 0.7% | - |
| HSV(B) | 358.15º | 0.31% | 0.83% | - |
| XYZ | 43.01 | 37.03 | 33.32 | - |
| YUV | 166.66 | 118.03 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 149 | 0 | 0.31 | 0.30 | 0.17 | 358.15 | 0.43 | 0.7 |
| Hex | D4 | 93 | 95 | 0 | 1F | 1E | 11 | 166 | 2B | 46 |
| Octal | 324 | 223 | 225 | 0 | 37 | 36 | 21 | 546 | 53 | 106 |
| Binary | 11010100 | 10010011 | 10010101 | 0 | 11111 | 11110 | 10001 | 101100110 | 101011 | 1000110 |
Color Harmonies of #D49395
Complementary color
Monochromatic Colors of #D49395
Black with #D49395
Text Example
Text Example
White with #D49395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49395; }
p { color: rgb(212,147,149); }
H1.HeaderClassName
{
color: #D49395;
}
.AnyTagClassName
{
color: #D49395;
}
</style>
background-color css
<style>
a { background-color: #D49395; }
a { background-color: rgb(212,147,149); }
div.DivClassName
{
background-color: #D49395;
}
.BgClassName
{
background-color: #D49395;
}
</style>
border-color css
<style>
span { border-color: #D49395; }
span { border-color: rgb(212,147,149); }
td.TdClassName
{
border-color: #D49395;
}
.TagClassName
{
border-color: #D49395;
}
</style>