Shades of Careys Pink #D4959C
Tints of Careys Pink #D4959C
RGB
CMYK
RGB Variations
Color information
#D4959C (or 0xD4959C) is known color: Careys Pink. HEX triplet: D4, 95 and 9C. RGB value is (212,149,156). Sum of RGB (Red+Green+Blue) = 212+149+156=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D4959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4959C is #2B6A63. Grayscale: #A8A8A8. Windows color (decimal): -2845284 or 10261972. OLE color: 10261972.
HSL color Cylindrical-coordinate representation of color #D4959C: hue angle of 353.33º 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 #D4959C is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 156 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.17 |
| HSL | 353.33º | 0.42% | 0.71% | - |
| HSV(B) | 353.33º | 0.3% | 0.83% | - |
| XYZ | 43.9 | 37.89 | 36.45 | - |
| YUV | 168.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 156 | 0 | 0.30 | 0.26 | 0.17 | 353.33 | 0.42 | 0.71 |
| Hex | D4 | 95 | 9C | 0 | 1E | 1A | 11 | 161 | 2A | 47 |
| Octal | 324 | 225 | 234 | 0 | 36 | 32 | 21 | 541 | 52 | 107 |
| Binary | 11010100 | 10010101 | 10011100 | 0 | 11110 | 11010 | 10001 | 101100001 | 101010 | 1000111 |
Color Harmonies of #D4959C
Complementary color
Monochromatic Colors of #D4959C
Black with #D4959C
Text Example
Text Example
White with #D4959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4959C; }
p { color: rgb(212,149,156); }
H1.HeaderClassName
{
color: #D4959C;
}
.AnyTagClassName
{
color: #D4959C;
}
</style>
background-color css
<style>
a { background-color: #D4959C; }
a { background-color: rgb(212,149,156); }
div.DivClassName
{
background-color: #D4959C;
}
.BgClassName
{
background-color: #D4959C;
}
</style>
border-color css
<style>
span { border-color: #D4959C; }
span { border-color: rgb(212,149,156); }
td.TdClassName
{
border-color: #D4959C;
}
.TagClassName
{
border-color: #D4959C;
}
</style>