Shades of Careys Pink #D8949C
Tints of Careys Pink #D8949C
RGB
CMYK
RGB Variations
Color information
#D8949C (or 0xD8949C) is known color: Careys Pink. HEX triplet: D8, 94 and 9C. RGB value is (216,148,156). Sum of RGB (Red+Green+Blue) = 216+148+156=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D8949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8949C is #276B63. Grayscale: #A9A9A9. Windows color (decimal): -2583396 or 10261720. OLE color: 10261720.
HSL color Cylindrical-coordinate representation of color #D8949C: hue angle of 352.94º 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 #D8949C is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 156 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.15 |
| HSL | 352.94º | 0.47% | 0.71% | - |
| HSV(B) | 352.94º | 0.31% | 0.85% | - |
| XYZ | 44.91 | 38.18 | 36.45 | - |
| YUV | 169.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 156 | 0 | 0.31 | 0.28 | 0.15 | 352.94 | 0.47 | 0.71 |
| Hex | D8 | 94 | 9C | 0 | 1F | 1C | F | 161 | 2F | 47 |
| Octal | 330 | 224 | 234 | 0 | 37 | 34 | 17 | 541 | 57 | 107 |
| Binary | 11011000 | 10010100 | 10011100 | 0 | 11111 | 11100 | 1111 | 101100001 | 101111 | 1000111 |
Color Harmonies of #D8949C
Complementary color
Monochromatic Colors of #D8949C
Black with #D8949C
Text Example
Text Example
White with #D8949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8949C; }
p { color: rgb(216,148,156); }
H1.HeaderClassName
{
color: #D8949C;
}
.AnyTagClassName
{
color: #D8949C;
}
</style>
background-color css
<style>
a { background-color: #D8949C; }
a { background-color: rgb(216,148,156); }
div.DivClassName
{
background-color: #D8949C;
}
.BgClassName
{
background-color: #D8949C;
}
</style>
border-color css
<style>
span { border-color: #D8949C; }
span { border-color: rgb(216,148,156); }
td.TdClassName
{
border-color: #D8949C;
}
.TagClassName
{
border-color: #D8949C;
}
</style>