Shades of Careys Pink #D5979C
Tints of Careys Pink #D5979C
RGB
CMYK
RGB Variations
Color information
#D5979C (or 0xD5979C) is known color: Careys Pink. HEX triplet: D5, 97 and 9C. RGB value is (213,151,156). Sum of RGB (Red+Green+Blue) = 213+151+156=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D5979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5979C is #2A6863. Grayscale: #AAAAAA. Windows color (decimal): -2779236 or 10262485. OLE color: 10262485.
HSL color Cylindrical-coordinate representation of color #D5979C: hue angle of 355.16º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5979C is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 156 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.16 |
| HSL | 355.16º | 0.42% | 0.71% | - |
| HSV(B) | 355.16º | 0.29% | 0.84% | - |
| XYZ | 44.51 | 38.68 | 36.57 | - |
| YUV | 170.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 156 | 0 | 0.29 | 0.27 | 0.16 | 355.16 | 0.42 | 0.71 |
| Hex | D5 | 97 | 9C | 0 | 1D | 1B | 10 | 163 | 2A | 47 |
| Octal | 325 | 227 | 234 | 0 | 35 | 33 | 20 | 543 | 52 | 107 |
| Binary | 11010101 | 10010111 | 10011100 | 0 | 11101 | 11011 | 10000 | 101100011 | 101010 | 1000111 |
Color Harmonies of #D5979C
Complementary color
Monochromatic Colors of #D5979C
Black with #D5979C
Text Example
Text Example
White with #D5979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5979C; }
p { color: rgb(213,151,156); }
H1.HeaderClassName
{
color: #D5979C;
}
.AnyTagClassName
{
color: #D5979C;
}
</style>
background-color css
<style>
a { background-color: #D5979C; }
a { background-color: rgb(213,151,156); }
div.DivClassName
{
background-color: #D5979C;
}
.BgClassName
{
background-color: #D5979C;
}
</style>
border-color css
<style>
span { border-color: #D5979C; }
span { border-color: rgb(213,151,156); }
td.TdClassName
{
border-color: #D5979C;
}
.TagClassName
{
border-color: #D5979C;
}
</style>