Shades of Careys Pink #DC959B
Tints of Careys Pink #DC959B
RGB
CMYK
RGB Variations
Color information
#DC959B (or 0xDC959B) is known color: Careys Pink. HEX triplet: DC, 95 and 9B. RGB value is (220,149,155). Sum of RGB (Red+Green+Blue) = 220+149+155=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC959B is #236A64. Grayscale: #AAAAAA. Windows color (decimal): -2320997 or 10196444. OLE color: 10196444.
HSL color Cylindrical-coordinate representation of color #DC959B: hue angle of 354.93º 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 #DC959B is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 155 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.14 |
| HSL | 354.93º | 0.5% | 0.72% | - |
| HSV(B) | 354.93º | 0.32% | 0.86% | - |
| XYZ | 46.18 | 39.08 | 36.12 | - |
| YUV | 170.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 155 | 0 | 0.32 | 0.30 | 0.14 | 354.93 | 0.5 | 0.72 |
| Hex | DC | 95 | 9B | 0 | 20 | 1E | E | 163 | 32 | 48 |
| Octal | 334 | 225 | 233 | 0 | 40 | 36 | 16 | 543 | 62 | 110 |
| Binary | 11011100 | 10010101 | 10011011 | 0 | 100000 | 11110 | 1110 | 101100011 | 110010 | 1001000 |
Color Harmonies of #DC959B
Complementary color
Monochromatic Colors of #DC959B
Black with #DC959B
Text Example
Text Example
White with #DC959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC959B; }
p { color: rgb(220,149,155); }
H1.HeaderClassName
{
color: #DC959B;
}
.AnyTagClassName
{
color: #DC959B;
}
</style>
background-color css
<style>
a { background-color: #DC959B; }
a { background-color: rgb(220,149,155); }
div.DivClassName
{
background-color: #DC959B;
}
.BgClassName
{
background-color: #DC959B;
}
</style>
border-color css
<style>
span { border-color: #DC959B; }
span { border-color: rgb(220,149,155); }
td.TdClassName
{
border-color: #DC959B;
}
.TagClassName
{
border-color: #DC959B;
}
</style>