Shades of Careys Pink #D49296
Tints of Careys Pink #D49296
RGB
CMYK
RGB Variations
Color information
#D49296 (or 0xD49296) is known color: Careys Pink. HEX triplet: D4, 92 and 96. RGB value is (212,146,150). Sum of RGB (Red+Green+Blue) = 212+146+150=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 212 - color contains mainly: red. Hex color #D49296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49296 is #2B6D69. Grayscale: #A6A6A6. Windows color (decimal): -2846058 or 9867988. OLE color: 9867988.
HSL color Cylindrical-coordinate representation of color #D49296: hue angle of 356.36º 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 #D49296 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 150 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.17 |
| HSL | 356.36º | 0.43% | 0.7% | - |
| HSV(B) | 356.36º | 0.31% | 0.83% | - |
| XYZ | 42.94 | 36.76 | 33.69 | - |
| YUV | 166.19 | 118.87 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 150 | 0 | 0.31 | 0.29 | 0.17 | 356.36 | 0.43 | 0.7 |
| Hex | D4 | 92 | 96 | 0 | 1F | 1D | 11 | 164 | 2B | 46 |
| Octal | 324 | 222 | 226 | 0 | 37 | 35 | 21 | 544 | 53 | 106 |
| Binary | 11010100 | 10010010 | 10010110 | 0 | 11111 | 11101 | 10001 | 101100100 | 101011 | 1000110 |
Color Harmonies of #D49296
Complementary color
Monochromatic Colors of #D49296
Black with #D49296
Text Example
Text Example
White with #D49296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49296; }
p { color: rgb(212,146,150); }
H1.HeaderClassName
{
color: #D49296;
}
.AnyTagClassName
{
color: #D49296;
}
</style>
background-color css
<style>
a { background-color: #D49296; }
a { background-color: rgb(212,146,150); }
div.DivClassName
{
background-color: #D49296;
}
.BgClassName
{
background-color: #D49296;
}
</style>
border-color css
<style>
span { border-color: #D49296; }
span { border-color: rgb(212,146,150); }
td.TdClassName
{
border-color: #D49296;
}
.TagClassName
{
border-color: #D49296;
}
</style>