Shades of Careys Pink #D49BA6
Tints of Careys Pink #D49BA6
RGB
CMYK
RGB Variations
Color information
#D49BA6 (or 0xD49BA6) is known color: Careys Pink. HEX triplet: D4, 9B and A6. RGB value is (212,155,166). Sum of RGB (Red+Green+Blue) = 212+155+166=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49BA6 is #2B6459. Grayscale: #ADADAD. Windows color (decimal): -2843738 or 10918868. OLE color: 10918868.
HSL color Cylindrical-coordinate representation of color #D49BA6: hue angle of 348.42º 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 #D49BA6 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 155 | 166 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.17 |
| HSL | 348.42º | 0.4% | 0.72% | - |
| HSV(B) | 348.42º | 0.27% | 0.83% | - |
| XYZ | 45.76 | 40.19 | 41.42 | - |
| YUV | 173.3 | 123.88 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 166 | 0 | 0.27 | 0.22 | 0.17 | 348.42 | 0.4 | 0.72 |
| Hex | D4 | 9B | A6 | 0 | 1B | 16 | 11 | 15C | 28 | 48 |
| Octal | 324 | 233 | 246 | 0 | 33 | 26 | 21 | 534 | 50 | 110 |
| Binary | 11010100 | 10011011 | 10100110 | 0 | 11011 | 10110 | 10001 | 101011100 | 101000 | 1001000 |
Color Harmonies of #D49BA6
Complementary color
Monochromatic Colors of #D49BA6
Black with #D49BA6
Text Example
Text Example
White with #D49BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49BA6; }
p { color: rgb(212,155,166); }
H1.HeaderClassName
{
color: #D49BA6;
}
.AnyTagClassName
{
color: #D49BA6;
}
</style>
background-color css
<style>
a { background-color: #D49BA6; }
a { background-color: rgb(212,155,166); }
div.DivClassName
{
background-color: #D49BA6;
}
.BgClassName
{
background-color: #D49BA6;
}
</style>
border-color css
<style>
span { border-color: #D49BA6; }
span { border-color: rgb(212,155,166); }
td.TdClassName
{
border-color: #D49BA6;
}
.TagClassName
{
border-color: #D49BA6;
}
</style>