Shades of Careys Pink #D49BA3
Tints of Careys Pink #D49BA3
RGB
CMYK
RGB Variations
Color information
#D49BA3 (or 0xD49BA3) is known color: Careys Pink. HEX triplet: D4, 9B and A3. RGB value is (212,155,163). Sum of RGB (Red+Green+Blue) = 212+155+163=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 163 (64.06% from 255 or 30.75% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49BA3 is #2B645C. Grayscale: #ACACAC. Windows color (decimal): -2843741 or 10722260. OLE color: 10722260.
HSL color Cylindrical-coordinate representation of color #D49BA3: hue angle of 351.58º 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 #D49BA3 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 155 | 163 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.17 |
| HSL | 351.58º | 0.4% | 0.72% | - |
| HSV(B) | 351.58º | 0.27% | 0.83% | - |
| XYZ | 45.48 | 40.08 | 39.99 | - |
| YUV | 172.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 163 | 0 | 0.27 | 0.23 | 0.17 | 351.58 | 0.4 | 0.72 |
| Hex | D4 | 9B | A3 | 0 | 1B | 17 | 11 | 160 | 28 | 48 |
| Octal | 324 | 233 | 243 | 0 | 33 | 27 | 21 | 540 | 50 | 110 |
| Binary | 11010100 | 10011011 | 10100011 | 0 | 11011 | 10111 | 10001 | 101100000 | 101000 | 1001000 |
Color Harmonies of #D49BA3
Complementary color
Monochromatic Colors of #D49BA3
Black with #D49BA3
Text Example
Text Example
White with #D49BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49BA3; }
p { color: rgb(212,155,163); }
H1.HeaderClassName
{
color: #D49BA3;
}
.AnyTagClassName
{
color: #D49BA3;
}
</style>
background-color css
<style>
a { background-color: #D49BA3; }
a { background-color: rgb(212,155,163); }
div.DivClassName
{
background-color: #D49BA3;
}
.BgClassName
{
background-color: #D49BA3;
}
</style>
border-color css
<style>
span { border-color: #D49BA3; }
span { border-color: rgb(212,155,163); }
td.TdClassName
{
border-color: #D49BA3;
}
.TagClassName
{
border-color: #D49BA3;
}
</style>