Shades of Careys Pink #D49BA4
Tints of Careys Pink #D49BA4
RGB
CMYK
RGB Variations
Color information
#D49BA4 (or 0xD49BA4) is known color: Careys Pink. HEX triplet: D4, 9B and A4. RGB value is (212,155,164). Sum of RGB (Red+Green+Blue) = 212+155+164=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49BA4 is #2B645B. Grayscale: #ADADAD. Windows color (decimal): -2843740 or 10787796. OLE color: 10787796.
HSL color Cylindrical-coordinate representation of color #D49BA4: hue angle of 350.53º 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 #D49BA4 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 155 | 164 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.17 |
| HSL | 350.53º | 0.4% | 0.72% | - |
| HSV(B) | 350.53º | 0.27% | 0.83% | - |
| XYZ | 45.57 | 40.12 | 40.46 | - |
| YUV | 173.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 164 | 0 | 0.27 | 0.23 | 0.17 | 350.53 | 0.4 | 0.72 |
| Hex | D4 | 9B | A4 | 0 | 1B | 17 | 11 | 15F | 28 | 48 |
| Octal | 324 | 233 | 244 | 0 | 33 | 27 | 21 | 537 | 50 | 110 |
| Binary | 11010100 | 10011011 | 10100100 | 0 | 11011 | 10111 | 10001 | 101011111 | 101000 | 1001000 |
Color Harmonies of #D49BA4
Complementary color
Monochromatic Colors of #D49BA4
Black with #D49BA4
Text Example
Text Example
White with #D49BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49BA4; }
p { color: rgb(212,155,164); }
H1.HeaderClassName
{
color: #D49BA4;
}
.AnyTagClassName
{
color: #D49BA4;
}
</style>
background-color css
<style>
a { background-color: #D49BA4; }
a { background-color: rgb(212,155,164); }
div.DivClassName
{
background-color: #D49BA4;
}
.BgClassName
{
background-color: #D49BA4;
}
</style>
border-color css
<style>
span { border-color: #D49BA4; }
span { border-color: rgb(212,155,164); }
td.TdClassName
{
border-color: #D49BA4;
}
.TagClassName
{
border-color: #D49BA4;
}
</style>