Shades of Careys Pink #D7949B
Tints of Careys Pink #D7949B
RGB
CMYK
RGB Variations
Color information
#D7949B (or 0xD7949B) is known color: Careys Pink. HEX triplet: D7, 94 and 9B. RGB value is (215,148,155). Sum of RGB (Red+Green+Blue) = 215+148+155=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D7949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7949B is #286B64. Grayscale: #A8A8A8. Windows color (decimal): -2648933 or 10196183. OLE color: 10196183.
HSL color Cylindrical-coordinate representation of color #D7949B: hue angle of 353.73º 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 #D7949B is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 148 | 155 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.16 |
| HSL | 353.73º | 0.46% | 0.71% | - |
| HSV(B) | 353.73º | 0.31% | 0.84% | - |
| XYZ | 44.53 | 37.99 | 36 | - |
| YUV | 168.83 | 120.2 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 148 | 155 | 0 | 0.31 | 0.28 | 0.16 | 353.73 | 0.46 | 0.71 |
| Hex | D7 | 94 | 9B | 0 | 1F | 1C | 10 | 162 | 2E | 47 |
| Octal | 327 | 224 | 233 | 0 | 37 | 34 | 20 | 542 | 56 | 107 |
| Binary | 11010111 | 10010100 | 10011011 | 0 | 11111 | 11100 | 10000 | 101100010 | 101110 | 1000111 |
Color Harmonies of #D7949B
Complementary color
Monochromatic Colors of #D7949B
Black with #D7949B
Text Example
Text Example
White with #D7949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7949B; }
p { color: rgb(215,148,155); }
H1.HeaderClassName
{
color: #D7949B;
}
.AnyTagClassName
{
color: #D7949B;
}
</style>
background-color css
<style>
a { background-color: #D7949B; }
a { background-color: rgb(215,148,155); }
div.DivClassName
{
background-color: #D7949B;
}
.BgClassName
{
background-color: #D7949B;
}
</style>
border-color css
<style>
span { border-color: #D7949B; }
span { border-color: rgb(215,148,155); }
td.TdClassName
{
border-color: #D7949B;
}
.TagClassName
{
border-color: #D7949B;
}
</style>