Shades of Careys Pink #D5949B
Tints of Careys Pink #D5949B
RGB
CMYK
RGB Variations
Color information
#D5949B (or 0xD5949B) is known color: Careys Pink. HEX triplet: D5, 94 and 9B. RGB value is (213,148,155). Sum of RGB (Red+Green+Blue) = 213+148+155=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D5949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5949B is #2A6B64. Grayscale: #A8A8A8. Windows color (decimal): -2780005 or 10196181. OLE color: 10196181.
HSL color Cylindrical-coordinate representation of color #D5949B: hue angle of 353.54º degrees, saturation: 0.44, 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 #D5949B is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 155 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.16 |
| HSL | 353.54º | 0.44% | 0.71% | - |
| HSV(B) | 353.54º | 0.31% | 0.84% | - |
| XYZ | 43.95 | 37.69 | 35.97 | - |
| YUV | 168.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 155 | 0 | 0.31 | 0.27 | 0.16 | 353.54 | 0.44 | 0.71 |
| Hex | D5 | 94 | 9B | 0 | 1F | 1B | 10 | 162 | 2C | 47 |
| Octal | 325 | 224 | 233 | 0 | 37 | 33 | 20 | 542 | 54 | 107 |
| Binary | 11010101 | 10010100 | 10011011 | 0 | 11111 | 11011 | 10000 | 101100010 | 101100 | 1000111 |
Color Harmonies of #D5949B
Complementary color
Monochromatic Colors of #D5949B
Black with #D5949B
Text Example
Text Example
White with #D5949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5949B; }
p { color: rgb(213,148,155); }
H1.HeaderClassName
{
color: #D5949B;
}
.AnyTagClassName
{
color: #D5949B;
}
</style>
background-color css
<style>
a { background-color: #D5949B; }
a { background-color: rgb(213,148,155); }
div.DivClassName
{
background-color: #D5949B;
}
.BgClassName
{
background-color: #D5949B;
}
</style>
border-color css
<style>
span { border-color: #D5949B; }
span { border-color: rgb(213,148,155); }
td.TdClassName
{
border-color: #D5949B;
}
.TagClassName
{
border-color: #D5949B;
}
</style>