Shades of Careys Pink #DC969D
Tints of Careys Pink #DC969D
RGB
CMYK
RGB Variations
Color information
#DC969D (or 0xDC969D) is known color: Careys Pink. HEX triplet: DC, 96 and 9D. RGB value is (220,150,157). Sum of RGB (Red+Green+Blue) = 220+150+157=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC969D is #236962. Grayscale: #ABABAB. Windows color (decimal): -2320739 or 10327772. OLE color: 10327772.
HSL color Cylindrical-coordinate representation of color #DC969D: hue angle of 354º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC969D is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 157 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.14 |
| HSL | 354º | 0.5% | 0.73% | - |
| HSV(B) | 354º | 0.32% | 0.86% | - |
| XYZ | 46.51 | 39.46 | 37.06 | - |
| YUV | 171.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 157 | 0 | 0.32 | 0.29 | 0.14 | 354 | 0.5 | 0.73 |
| Hex | DC | 96 | 9D | 0 | 20 | 1D | E | 162 | 32 | 49 |
| Octal | 334 | 226 | 235 | 0 | 40 | 35 | 16 | 542 | 62 | 111 |
| Binary | 11011100 | 10010110 | 10011101 | 0 | 100000 | 11101 | 1110 | 101100010 | 110010 | 1001001 |
Color Harmonies of #DC969D
Complementary color
Monochromatic Colors of #DC969D
Black with #DC969D
Text Example
Text Example
White with #DC969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC969D; }
p { color: rgb(220,150,157); }
H1.HeaderClassName
{
color: #DC969D;
}
.AnyTagClassName
{
color: #DC969D;
}
</style>
background-color css
<style>
a { background-color: #DC969D; }
a { background-color: rgb(220,150,157); }
div.DivClassName
{
background-color: #DC969D;
}
.BgClassName
{
background-color: #DC969D;
}
</style>
border-color css
<style>
span { border-color: #DC969D; }
span { border-color: rgb(220,150,157); }
td.TdClassName
{
border-color: #DC969D;
}
.TagClassName
{
border-color: #DC969D;
}
</style>