Shades of Careys Pink #D49495
Tints of Careys Pink #D49495
RGB
CMYK
RGB Variations
Color information
#D49495 (or 0xD49495) is known color: Careys Pink. HEX triplet: D4, 94 and 95. RGB value is (212,148,149). Sum of RGB (Red+Green+Blue) = 212+148+149=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D49495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49495 is #2B6B6A. Grayscale: #A7A7A7. Windows color (decimal): -2845547 or 9802964. OLE color: 9802964.
HSL color Cylindrical-coordinate representation of color #D49495: hue angle of 359.06º degrees, saturation: 0.43, 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 #D49495 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 149 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.17 |
| HSL | 359.06º | 0.43% | 0.71% | - |
| HSV(B) | 359.06º | 0.3% | 0.83% | - |
| XYZ | 43.17 | 37.35 | 33.37 | - |
| YUV | 167.25 | 117.7 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 149 | 0 | 0.30 | 0.30 | 0.17 | 359.06 | 0.43 | 0.71 |
| Hex | D4 | 94 | 95 | 0 | 1E | 1E | 11 | 167 | 2B | 47 |
| Octal | 324 | 224 | 225 | 0 | 36 | 36 | 21 | 547 | 53 | 107 |
| Binary | 11010100 | 10010100 | 10010101 | 0 | 11110 | 11110 | 10001 | 101100111 | 101011 | 1000111 |
Color Harmonies of #D49495
Complementary color
Monochromatic Colors of #D49495
Black with #D49495
Text Example
Text Example
White with #D49495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49495; }
p { color: rgb(212,148,149); }
H1.HeaderClassName
{
color: #D49495;
}
.AnyTagClassName
{
color: #D49495;
}
</style>
background-color css
<style>
a { background-color: #D49495; }
a { background-color: rgb(212,148,149); }
div.DivClassName
{
background-color: #D49495;
}
.BgClassName
{
background-color: #D49495;
}
</style>
border-color css
<style>
span { border-color: #D49495; }
span { border-color: rgb(212,148,149); }
td.TdClassName
{
border-color: #D49495;
}
.TagClassName
{
border-color: #D49495;
}
</style>