Shades of Careys Pink #D2949C
Tints of Careys Pink #D2949C
RGB
CMYK
RGB Variations
Color information
#D2949C (or 0xD2949C) is known color: Careys Pink. HEX triplet: D2, 94 and 9C. RGB value is (210,148,156). Sum of RGB (Red+Green+Blue) = 210+148+156=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D2949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2949C is #2D6B63. Grayscale: #A7A7A7. Windows color (decimal): -2976612 or 10261714. OLE color: 10261714.
HSL color Cylindrical-coordinate representation of color #D2949C: hue angle of 352.26º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2949C is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 148 | 156 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.18 |
| HSL | 352.26º | 0.41% | 0.7% | - |
| HSV(B) | 352.26º | 0.3% | 0.82% | - |
| XYZ | 43.17 | 37.28 | 36.37 | - |
| YUV | 167.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 156 | 0 | 0.30 | 0.26 | 0.18 | 352.26 | 0.41 | 0.7 |
| Hex | D2 | 94 | 9C | 0 | 1E | 1A | 12 | 160 | 29 | 46 |
| Octal | 322 | 224 | 234 | 0 | 36 | 32 | 22 | 540 | 51 | 106 |
| Binary | 11010010 | 10010100 | 10011100 | 0 | 11110 | 11010 | 10010 | 101100000 | 101001 | 1000110 |
Color Harmonies of #D2949C
Complementary color
Monochromatic Colors of #D2949C
Black with #D2949C
Text Example
Text Example
White with #D2949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2949C; }
p { color: rgb(210,148,156); }
H1.HeaderClassName
{
color: #D2949C;
}
.AnyTagClassName
{
color: #D2949C;
}
</style>
background-color css
<style>
a { background-color: #D2949C; }
a { background-color: rgb(210,148,156); }
div.DivClassName
{
background-color: #D2949C;
}
.BgClassName
{
background-color: #D2949C;
}
</style>
border-color css
<style>
span { border-color: #D2949C; }
span { border-color: rgb(210,148,156); }
td.TdClassName
{
border-color: #D2949C;
}
.TagClassName
{
border-color: #D2949C;
}
</style>