Shades of Careys Pink #D49BA2
Tints of Careys Pink #D49BA2
RGB
CMYK
RGB Variations
Color information
#D49BA2 (or 0xD49BA2) is known color: Careys Pink. HEX triplet: D4, 9B and A2. RGB value is (212,155,162). Sum of RGB (Red+Green+Blue) = 212+155+162=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49BA2 is #2B645D. Grayscale: #ACACAC. Windows color (decimal): -2843742 or 10656724. OLE color: 10656724.
HSL color Cylindrical-coordinate representation of color #D49BA2: hue angle of 352.63º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49BA2 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 155 | 162 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.17 |
| HSL | 352.63º | 0.4% | 0.72% | - |
| HSV(B) | 352.63º | 0.27% | 0.83% | - |
| XYZ | 45.39 | 40.05 | 39.52 | - |
| YUV | 172.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 162 | 0 | 0.27 | 0.24 | 0.17 | 352.63 | 0.4 | 0.72 |
| Hex | D4 | 9B | A2 | 0 | 1B | 18 | 11 | 161 | 28 | 48 |
| Octal | 324 | 233 | 242 | 0 | 33 | 30 | 21 | 541 | 50 | 110 |
| Binary | 11010100 | 10011011 | 10100010 | 0 | 11011 | 11000 | 10001 | 101100001 | 101000 | 1001000 |
Color Harmonies of #D49BA2
Complementary color
Monochromatic Colors of #D49BA2
Black with #D49BA2
Text Example
Text Example
White with #D49BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49BA2; }
p { color: rgb(212,155,162); }
H1.HeaderClassName
{
color: #D49BA2;
}
.AnyTagClassName
{
color: #D49BA2;
}
</style>
background-color css
<style>
a { background-color: #D49BA2; }
a { background-color: rgb(212,155,162); }
div.DivClassName
{
background-color: #D49BA2;
}
.BgClassName
{
background-color: #D49BA2;
}
</style>
border-color css
<style>
span { border-color: #D49BA2; }
span { border-color: rgb(212,155,162); }
td.TdClassName
{
border-color: #D49BA2;
}
.TagClassName
{
border-color: #D49BA2;
}
</style>