Shades of Careys Pink #DC979C
Tints of Careys Pink #DC979C
RGB
CMYK
RGB Variations
Color information
#DC979C (or 0xDC979C) is known color: Careys Pink. HEX triplet: DC, 97 and 9C. RGB value is (220,151,156). Sum of RGB (Red+Green+Blue) = 220+151+156=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC979C is #236863. Grayscale: #ACACAC. Windows color (decimal): -2320484 or 10262492. OLE color: 10262492.
HSL color Cylindrical-coordinate representation of color #DC979C: hue angle of 355.65º 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 #DC979C is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 156 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.14 |
| HSL | 355.65º | 0.5% | 0.73% | - |
| HSV(B) | 355.65º | 0.31% | 0.86% | - |
| XYZ | 46.58 | 39.75 | 36.67 | - |
| YUV | 172.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 156 | 0 | 0.31 | 0.29 | 0.14 | 355.65 | 0.5 | 0.73 |
| Hex | DC | 97 | 9C | 0 | 1F | 1D | E | 164 | 32 | 49 |
| Octal | 334 | 227 | 234 | 0 | 37 | 35 | 16 | 544 | 62 | 111 |
| Binary | 11011100 | 10010111 | 10011100 | 0 | 11111 | 11101 | 1110 | 101100100 | 110010 | 1001001 |
Color Harmonies of #DC979C
Complementary color
Monochromatic Colors of #DC979C
Black with #DC979C
Text Example
Text Example
White with #DC979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC979C; }
p { color: rgb(220,151,156); }
H1.HeaderClassName
{
color: #DC979C;
}
.AnyTagClassName
{
color: #DC979C;
}
</style>
background-color css
<style>
a { background-color: #DC979C; }
a { background-color: rgb(220,151,156); }
div.DivClassName
{
background-color: #DC979C;
}
.BgClassName
{
background-color: #DC979C;
}
</style>
border-color css
<style>
span { border-color: #DC979C; }
span { border-color: rgb(220,151,156); }
td.TdClassName
{
border-color: #DC979C;
}
.TagClassName
{
border-color: #DC979C;
}
</style>