Shades of Careys Pink #DC9C9E
Tints of Careys Pink #DC9C9E
RGB
CMYK
RGB Variations
Color information
#DC9C9E (or 0xDC9C9E) is known color: Careys Pink. HEX triplet: DC, 9C and 9E. RGB value is (220,156,158). Sum of RGB (Red+Green+Blue) = 220+156+158=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C9E is #236361. Grayscale: #AFAFAF. Windows color (decimal): -2319202 or 10394844. OLE color: 10394844.
HSL color Cylindrical-coordinate representation of color #DC9C9E: hue angle of 358.12º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9C9E is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 158 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.14 |
| HSL | 358.13º | 0.48% | 0.74% | - |
| HSV(B) | 358.13º | 0.29% | 0.86% | - |
| XYZ | 47.58 | 41.46 | 37.84 | - |
| YUV | 175.36 | 118.2 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 158 | 0 | 0.29 | 0.28 | 0.14 | 358.13 | 0.48 | 0.74 |
| Hex | DC | 9C | 9E | 0 | 1D | 1C | E | 166 | 30 | 4A |
| Octal | 334 | 234 | 236 | 0 | 35 | 34 | 16 | 546 | 60 | 112 |
| Binary | 11011100 | 10011100 | 10011110 | 0 | 11101 | 11100 | 1110 | 101100110 | 110000 | 1001010 |
Color Harmonies of #DC9C9E
Complementary color
Monochromatic Colors of #DC9C9E
Black with #DC9C9E
Text Example
Text Example
White with #DC9C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C9E; }
p { color: rgb(220,156,158); }
H1.HeaderClassName
{
color: #DC9C9E;
}
.AnyTagClassName
{
color: #DC9C9E;
}
</style>
background-color css
<style>
a { background-color: #DC9C9E; }
a { background-color: rgb(220,156,158); }
div.DivClassName
{
background-color: #DC9C9E;
}
.BgClassName
{
background-color: #DC9C9E;
}
</style>
border-color css
<style>
span { border-color: #DC9C9E; }
span { border-color: rgb(220,156,158); }
td.TdClassName
{
border-color: #DC9C9E;
}
.TagClassName
{
border-color: #DC9C9E;
}
</style>