Shades of Careys Pink #D4959B
Tints of Careys Pink #D4959B
RGB
CMYK
RGB Variations
Color information
#D4959B (or 0xD4959B) is known color: Careys Pink. HEX triplet: D4, 95 and 9B. RGB value is (212,149,155). Sum of RGB (Red+Green+Blue) = 212+149+155=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D4959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4959B is #2B6A64. Grayscale: #A8A8A8. Windows color (decimal): -2845285 or 10196436. OLE color: 10196436.
HSL color Cylindrical-coordinate representation of color #D4959B: hue angle of 354.29º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4959B is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 155 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.17 |
| HSL | 354.29º | 0.42% | 0.71% | - |
| HSV(B) | 354.29º | 0.3% | 0.83% | - |
| XYZ | 43.82 | 37.86 | 36.01 | - |
| YUV | 168.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 155 | 0 | 0.30 | 0.27 | 0.17 | 354.29 | 0.42 | 0.71 |
| Hex | D4 | 95 | 9B | 0 | 1E | 1B | 11 | 162 | 2A | 47 |
| Octal | 324 | 225 | 233 | 0 | 36 | 33 | 21 | 542 | 52 | 107 |
| Binary | 11010100 | 10010101 | 10011011 | 0 | 11110 | 11011 | 10001 | 101100010 | 101010 | 1000111 |
Color Harmonies of #D4959B
Complementary color
Monochromatic Colors of #D4959B
Black with #D4959B
Text Example
Text Example
White with #D4959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4959B; }
p { color: rgb(212,149,155); }
H1.HeaderClassName
{
color: #D4959B;
}
.AnyTagClassName
{
color: #D4959B;
}
</style>
background-color css
<style>
a { background-color: #D4959B; }
a { background-color: rgb(212,149,155); }
div.DivClassName
{
background-color: #D4959B;
}
.BgClassName
{
background-color: #D4959B;
}
</style>
border-color css
<style>
span { border-color: #D4959B; }
span { border-color: rgb(212,149,155); }
td.TdClassName
{
border-color: #D4959B;
}
.TagClassName
{
border-color: #D4959B;
}
</style>