Shades of Careys Pink #D4979B
Tints of Careys Pink #D4979B
RGB
CMYK
RGB Variations
Color information
#D4979B (or 0xD4979B) is known color: Careys Pink. HEX triplet: D4, 97 and 9B. RGB value is (212,151,155). Sum of RGB (Red+Green+Blue) = 212+151+155=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D4979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4979B is #2B6864. Grayscale: #A9A9A9. Windows color (decimal): -2844773 or 10196948. OLE color: 10196948.
HSL color Cylindrical-coordinate representation of color #D4979B: hue angle of 356.07º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4979B is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 151 | 155 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.17 |
| HSL | 356.07º | 0.41% | 0.71% | - |
| HSV(B) | 356.07º | 0.29% | 0.83% | - |
| XYZ | 44.13 | 38.5 | 36.11 | - |
| YUV | 169.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 155 | 0 | 0.29 | 0.27 | 0.17 | 356.07 | 0.41 | 0.71 |
| Hex | D4 | 97 | 9B | 0 | 1D | 1B | 11 | 164 | 29 | 47 |
| Octal | 324 | 227 | 233 | 0 | 35 | 33 | 21 | 544 | 51 | 107 |
| Binary | 11010100 | 10010111 | 10011011 | 0 | 11101 | 11011 | 10001 | 101100100 | 101001 | 1000111 |
Color Harmonies of #D4979B
Complementary color
Monochromatic Colors of #D4979B
Black with #D4979B
Text Example
Text Example
White with #D4979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4979B; }
p { color: rgb(212,151,155); }
H1.HeaderClassName
{
color: #D4979B;
}
.AnyTagClassName
{
color: #D4979B;
}
</style>
background-color css
<style>
a { background-color: #D4979B; }
a { background-color: rgb(212,151,155); }
div.DivClassName
{
background-color: #D4979B;
}
.BgClassName
{
background-color: #D4979B;
}
</style>
border-color css
<style>
span { border-color: #D4979B; }
span { border-color: rgb(212,151,155); }
td.TdClassName
{
border-color: #D4979B;
}
.TagClassName
{
border-color: #D4979B;
}
</style>