Shades of Careys Pink #D8949B
Tints of Careys Pink #D8949B
RGB
CMYK
RGB Variations
Color information
#D8949B (or 0xD8949B) is known color: Careys Pink. HEX triplet: D8, 94 and 9B. RGB value is (216,148,155). Sum of RGB (Red+Green+Blue) = 216+148+155=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D8949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8949B is #276B64. Grayscale: #A9A9A9. Windows color (decimal): -2583397 or 10196184. OLE color: 10196184.
HSL color Cylindrical-coordinate representation of color #D8949B: hue angle of 353.82º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8949B is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 155 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.15 |
| HSL | 353.82º | 0.47% | 0.71% | - |
| HSV(B) | 353.82º | 0.31% | 0.85% | - |
| XYZ | 44.83 | 38.15 | 36.01 | - |
| YUV | 169.13 | 120.03 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 155 | 0 | 0.31 | 0.28 | 0.15 | 353.82 | 0.47 | 0.71 |
| Hex | D8 | 94 | 9B | 0 | 1F | 1C | F | 162 | 2F | 47 |
| Octal | 330 | 224 | 233 | 0 | 37 | 34 | 17 | 542 | 57 | 107 |
| Binary | 11011000 | 10010100 | 10011011 | 0 | 11111 | 11100 | 1111 | 101100010 | 101111 | 1000111 |
Color Harmonies of #D8949B
Complementary color
Monochromatic Colors of #D8949B
Black with #D8949B
Text Example
Text Example
White with #D8949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8949B; }
p { color: rgb(216,148,155); }
H1.HeaderClassName
{
color: #D8949B;
}
.AnyTagClassName
{
color: #D8949B;
}
</style>
background-color css
<style>
a { background-color: #D8949B; }
a { background-color: rgb(216,148,155); }
div.DivClassName
{
background-color: #D8949B;
}
.BgClassName
{
background-color: #D8949B;
}
</style>
border-color css
<style>
span { border-color: #D8949B; }
span { border-color: rgb(216,148,155); }
td.TdClassName
{
border-color: #D8949B;
}
.TagClassName
{
border-color: #D8949B;
}
</style>