Shades of Careys Pink #D1949B
Tints of Careys Pink #D1949B
RGB
CMYK
RGB Variations
Color information
#D1949B (or 0xD1949B) is known color: Careys Pink. HEX triplet: D1, 94 and 9B. RGB value is (209,148,155). Sum of RGB (Red+Green+Blue) = 209+148+155=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D1949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1949B is #2E6B64. Grayscale: #A7A7A7. Windows color (decimal): -3042149 or 10196177. OLE color: 10196177.
HSL color Cylindrical-coordinate representation of color #D1949B: hue angle of 353.11º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1949B is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 148 | 155 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.18 |
| HSL | 353.11º | 0.4% | 0.7% | - |
| HSV(B) | 353.11º | 0.29% | 0.82% | - |
| XYZ | 42.8 | 37.1 | 35.92 | - |
| YUV | 167.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 155 | 0 | 0.29 | 0.26 | 0.18 | 353.11 | 0.4 | 0.7 |
| Hex | D1 | 94 | 9B | 0 | 1D | 1A | 12 | 161 | 28 | 46 |
| Octal | 321 | 224 | 233 | 0 | 35 | 32 | 22 | 541 | 50 | 106 |
| Binary | 11010001 | 10010100 | 10011011 | 0 | 11101 | 11010 | 10010 | 101100001 | 101000 | 1000110 |
Color Harmonies of #D1949B
Complementary color
Monochromatic Colors of #D1949B
Black with #D1949B
Text Example
Text Example
White with #D1949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1949B; }
p { color: rgb(209,148,155); }
H1.HeaderClassName
{
color: #D1949B;
}
.AnyTagClassName
{
color: #D1949B;
}
</style>
background-color css
<style>
a { background-color: #D1949B; }
a { background-color: rgb(209,148,155); }
div.DivClassName
{
background-color: #D1949B;
}
.BgClassName
{
background-color: #D1949B;
}
</style>
border-color css
<style>
span { border-color: #D1949B; }
span { border-color: rgb(209,148,155); }
td.TdClassName
{
border-color: #D1949B;
}
.TagClassName
{
border-color: #D1949B;
}
</style>