Shades of Careys Pink #D2979C
Tints of Careys Pink #D2979C
RGB
CMYK
RGB Variations
Color information
#D2979C (or 0xD2979C) is known color: Careys Pink. HEX triplet: D2, 97 and 9C. RGB value is (210,151,156). Sum of RGB (Red+Green+Blue) = 210+151+156=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D2979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2979C is #2D6863. Grayscale: #A9A9A9. Windows color (decimal): -2975844 or 10262482. OLE color: 10262482.
HSL color Cylindrical-coordinate representation of color #D2979C: hue angle of 354.92º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2979C is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 156 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.18 |
| HSL | 354.92º | 0.4% | 0.71% | - |
| HSV(B) | 354.92º | 0.28% | 0.82% | - |
| XYZ | 43.65 | 38.24 | 36.53 | - |
| YUV | 169.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 156 | 0 | 0.28 | 0.26 | 0.18 | 354.92 | 0.4 | 0.71 |
| Hex | D2 | 97 | 9C | 0 | 1C | 1A | 12 | 163 | 28 | 47 |
| Octal | 322 | 227 | 234 | 0 | 34 | 32 | 22 | 543 | 50 | 107 |
| Binary | 11010010 | 10010111 | 10011100 | 0 | 11100 | 11010 | 10010 | 101100011 | 101000 | 1000111 |
Color Harmonies of #D2979C
Complementary color
Monochromatic Colors of #D2979C
Black with #D2979C
Text Example
Text Example
White with #D2979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2979C; }
p { color: rgb(210,151,156); }
H1.HeaderClassName
{
color: #D2979C;
}
.AnyTagClassName
{
color: #D2979C;
}
</style>
background-color css
<style>
a { background-color: #D2979C; }
a { background-color: rgb(210,151,156); }
div.DivClassName
{
background-color: #D2979C;
}
.BgClassName
{
background-color: #D2979C;
}
</style>
border-color css
<style>
span { border-color: #D2979C; }
span { border-color: rgb(210,151,156); }
td.TdClassName
{
border-color: #D2979C;
}
.TagClassName
{
border-color: #D2979C;
}
</style>