Shades of Careys Pink #DC979E
Tints of Careys Pink #DC979E
RGB
CMYK
RGB Variations
Color information
#DC979E (or 0xDC979E) is known color: Careys Pink. HEX triplet: DC, 97 and 9E. RGB value is (220,151,158). Sum of RGB (Red+Green+Blue) = 220+151+158=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC979E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC979E is #236861. Grayscale: #ACACAC. Windows color (decimal): -2320482 or 10393564. OLE color: 10393564.
HSL color Cylindrical-coordinate representation of color #DC979E: hue angle of 353.91º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC979E is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 158 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.14 |
| HSL | 353.91º | 0.5% | 0.73% | - |
| HSV(B) | 353.91º | 0.31% | 0.86% | - |
| XYZ | 46.75 | 39.82 | 37.57 | - |
| YUV | 172.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 158 | 0 | 0.31 | 0.28 | 0.14 | 353.91 | 0.5 | 0.73 |
| Hex | DC | 97 | 9E | 0 | 1F | 1C | E | 162 | 32 | 49 |
| Octal | 334 | 227 | 236 | 0 | 37 | 34 | 16 | 542 | 62 | 111 |
| Binary | 11011100 | 10010111 | 10011110 | 0 | 11111 | 11100 | 1110 | 101100010 | 110010 | 1001001 |
Color Harmonies of #DC979E
Complementary color
Monochromatic Colors of #DC979E
Black with #DC979E
Text Example
Text Example
White with #DC979E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC979E; }
p { color: rgb(220,151,158); }
H1.HeaderClassName
{
color: #DC979E;
}
.AnyTagClassName
{
color: #DC979E;
}
</style>
background-color css
<style>
a { background-color: #DC979E; }
a { background-color: rgb(220,151,158); }
div.DivClassName
{
background-color: #DC979E;
}
.BgClassName
{
background-color: #DC979E;
}
</style>
border-color css
<style>
span { border-color: #DC979E; }
span { border-color: rgb(220,151,158); }
td.TdClassName
{
border-color: #DC979E;
}
.TagClassName
{
border-color: #DC979E;
}
</style>