Shades of Careys Pink #DC959C
Tints of Careys Pink #DC959C
RGB
CMYK
RGB Variations
Color information
#DC959C (or 0xDC959C) is known color: Careys Pink. HEX triplet: DC, 95 and 9C. RGB value is (220,149,156). Sum of RGB (Red+Green+Blue) = 220+149+156=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC959C is #236A63. Grayscale: #ABABAB. Windows color (decimal): -2320996 or 10261980. OLE color: 10261980.
HSL color Cylindrical-coordinate representation of color #DC959C: hue angle of 354.08º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC959C is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 156 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.14 |
| HSL | 354.08º | 0.5% | 0.72% | - |
| HSV(B) | 354.08º | 0.32% | 0.86% | - |
| XYZ | 46.26 | 39.11 | 36.56 | - |
| YUV | 171.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 156 | 0 | 0.32 | 0.29 | 0.14 | 354.08 | 0.5 | 0.72 |
| Hex | DC | 95 | 9C | 0 | 20 | 1D | E | 162 | 32 | 48 |
| Octal | 334 | 225 | 234 | 0 | 40 | 35 | 16 | 542 | 62 | 110 |
| Binary | 11011100 | 10010101 | 10011100 | 0 | 100000 | 11101 | 1110 | 101100010 | 110010 | 1001000 |
Color Harmonies of #DC959C
Complementary color
Monochromatic Colors of #DC959C
Black with #DC959C
Text Example
Text Example
White with #DC959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC959C; }
p { color: rgb(220,149,156); }
H1.HeaderClassName
{
color: #DC959C;
}
.AnyTagClassName
{
color: #DC959C;
}
</style>
background-color css
<style>
a { background-color: #DC959C; }
a { background-color: rgb(220,149,156); }
div.DivClassName
{
background-color: #DC959C;
}
.BgClassName
{
background-color: #DC959C;
}
</style>
border-color css
<style>
span { border-color: #DC959C; }
span { border-color: rgb(220,149,156); }
td.TdClassName
{
border-color: #DC959C;
}
.TagClassName
{
border-color: #DC959C;
}
</style>