Shades of Careys Pink #D49BA5
Tints of Careys Pink #D49BA5
RGB
CMYK
RGB Variations
Color information
#D49BA5 (or 0xD49BA5) is known color: Careys Pink. HEX triplet: D4, 9B and A5. RGB value is (212,155,165). Sum of RGB (Red+Green+Blue) = 212+155+165=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49BA5 is #2B645A. Grayscale: #ADADAD. Windows color (decimal): -2843739 or 10853332. OLE color: 10853332.
HSL color Cylindrical-coordinate representation of color #D49BA5: hue angle of 349.47º 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 #D49BA5 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 155 | 165 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.17 |
| HSL | 349.47º | 0.4% | 0.72% | - |
| HSV(B) | 349.47º | 0.27% | 0.83% | - |
| XYZ | 45.66 | 40.16 | 40.94 | - |
| YUV | 173.18 | 123.38 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 165 | 0 | 0.27 | 0.22 | 0.17 | 349.47 | 0.4 | 0.72 |
| Hex | D4 | 9B | A5 | 0 | 1B | 16 | 11 | 15D | 28 | 48 |
| Octal | 324 | 233 | 245 | 0 | 33 | 26 | 21 | 535 | 50 | 110 |
| Binary | 11010100 | 10011011 | 10100101 | 0 | 11011 | 10110 | 10001 | 101011101 | 101000 | 1001000 |
Color Harmonies of #D49BA5
Complementary color
Monochromatic Colors of #D49BA5
Black with #D49BA5
Text Example
Text Example
White with #D49BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49BA5; }
p { color: rgb(212,155,165); }
H1.HeaderClassName
{
color: #D49BA5;
}
.AnyTagClassName
{
color: #D49BA5;
}
</style>
background-color css
<style>
a { background-color: #D49BA5; }
a { background-color: rgb(212,155,165); }
div.DivClassName
{
background-color: #D49BA5;
}
.BgClassName
{
background-color: #D49BA5;
}
</style>
border-color css
<style>
span { border-color: #D49BA5; }
span { border-color: rgb(212,155,165); }
td.TdClassName
{
border-color: #D49BA5;
}
.TagClassName
{
border-color: #D49BA5;
}
</style>