Shades of Careys Pink #D7949C
Tints of Careys Pink #D7949C
RGB
CMYK
RGB Variations
Color information
#D7949C (or 0xD7949C) is known color: Careys Pink. HEX triplet: D7, 94 and 9C. RGB value is (215,148,156). Sum of RGB (Red+Green+Blue) = 215+148+156=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D7949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7949C is #286B63. Grayscale: #A8A8A8. Windows color (decimal): -2648932 or 10261719. OLE color: 10261719.
HSL color Cylindrical-coordinate representation of color #D7949C: hue angle of 352.84º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7949C is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 148 | 156 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.16 |
| HSL | 352.84º | 0.46% | 0.71% | - |
| HSV(B) | 352.84º | 0.31% | 0.84% | - |
| XYZ | 44.61 | 38.03 | 36.44 | - |
| YUV | 168.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 148 | 156 | 0 | 0.31 | 0.27 | 0.16 | 352.84 | 0.46 | 0.71 |
| Hex | D7 | 94 | 9C | 0 | 1F | 1B | 10 | 161 | 2E | 47 |
| Octal | 327 | 224 | 234 | 0 | 37 | 33 | 20 | 541 | 56 | 107 |
| Binary | 11010111 | 10010100 | 10011100 | 0 | 11111 | 11011 | 10000 | 101100001 | 101110 | 1000111 |
Color Harmonies of #D7949C
Complementary color
Monochromatic Colors of #D7949C
Black with #D7949C
Text Example
Text Example
White with #D7949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7949C; }
p { color: rgb(215,148,156); }
H1.HeaderClassName
{
color: #D7949C;
}
.AnyTagClassName
{
color: #D7949C;
}
</style>
background-color css
<style>
a { background-color: #D7949C; }
a { background-color: rgb(215,148,156); }
div.DivClassName
{
background-color: #D7949C;
}
.BgClassName
{
background-color: #D7949C;
}
</style>
border-color css
<style>
span { border-color: #D7949C; }
span { border-color: rgb(215,148,156); }
td.TdClassName
{
border-color: #D7949C;
}
.TagClassName
{
border-color: #D7949C;
}
</style>