Shades of Careys Pink #D49B9C
Tints of Careys Pink #D49B9C
RGB
CMYK
RGB Variations
Color information
#D49B9C (or 0xD49B9C) is known color: Careys Pink. HEX triplet: D4, 9B and 9C. RGB value is (212,155,156). Sum of RGB (Red+Green+Blue) = 212+155+156=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D49B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49B9C is #2B6463. Grayscale: #ACACAC. Windows color (decimal): -2843748 or 10263508. OLE color: 10263508.
HSL color Cylindrical-coordinate representation of color #D49B9C: hue angle of 358.95º 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 #D49B9C is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 155 | 156 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.17 |
| HSL | 358.95º | 0.4% | 0.72% | - |
| HSV(B) | 358.95º | 0.27% | 0.83% | - |
| XYZ | 44.87 | 39.84 | 36.78 | - |
| YUV | 172.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 156 | 0 | 0.27 | 0.26 | 0.17 | 358.95 | 0.4 | 0.72 |
| Hex | D4 | 9B | 9C | 0 | 1B | 1A | 11 | 167 | 28 | 48 |
| Octal | 324 | 233 | 234 | 0 | 33 | 32 | 21 | 547 | 50 | 110 |
| Binary | 11010100 | 10011011 | 10011100 | 0 | 11011 | 11010 | 10001 | 101100111 | 101000 | 1001000 |
Color Harmonies of #D49B9C
Complementary color
Monochromatic Colors of #D49B9C
Black with #D49B9C
Text Example
Text Example
White with #D49B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49B9C; }
p { color: rgb(212,155,156); }
H1.HeaderClassName
{
color: #D49B9C;
}
.AnyTagClassName
{
color: #D49B9C;
}
</style>
background-color css
<style>
a { background-color: #D49B9C; }
a { background-color: rgb(212,155,156); }
div.DivClassName
{
background-color: #D49B9C;
}
.BgClassName
{
background-color: #D49B9C;
}
</style>
border-color css
<style>
span { border-color: #D49B9C; }
span { border-color: rgb(212,155,156); }
td.TdClassName
{
border-color: #D49B9C;
}
.TagClassName
{
border-color: #D49B9C;
}
</style>