Shades of Careys Pink #DC9A9E
Tints of Careys Pink #DC9A9E
RGB
CMYK
RGB Variations
Color information
#DC9A9E (or 0xDC9A9E) is known color: Careys Pink. HEX triplet: DC, 9A and 9E. RGB value is (220,154,158). Sum of RGB (Red+Green+Blue) = 220+154+158=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9A9E is #236561. Grayscale: #AEAEAE. Windows color (decimal): -2319714 or 10394332. OLE color: 10394332.
HSL color Cylindrical-coordinate representation of color #DC9A9E: hue angle of 356.36º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9A9E is Cyan = 0, Magento = 0.3, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 158 | - |
| CMYK | 0 | 0.3 | 0.28 | 0.14 |
| HSL | 356.36º | 0.49% | 0.73% | - |
| HSV(B) | 356.36º | 0.3% | 0.86% | - |
| XYZ | 47.24 | 40.8 | 37.73 | - |
| YUV | 174.19 | 118.87 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 158 | 0 | 0.3 | 0.28 | 0.14 | 356.36 | 0.49 | 0.73 |
| Hex | DC | 9A | 9E | 0 | 1E | 1C | E | 164 | 31 | 49 |
| Octal | 334 | 232 | 236 | 0 | 36 | 34 | 16 | 544 | 61 | 111 |
| Binary | 11011100 | 10011010 | 10011110 | 0 | 11110 | 11100 | 1110 | 101100100 | 110001 | 1001001 |
Color Harmonies of #DC9A9E
Complementary color
Monochromatic Colors of #DC9A9E
Black with #DC9A9E
Text Example
Text Example
White with #DC9A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A9E; }
p { color: rgb(220,154,158); }
H1.HeaderClassName
{
color: #DC9A9E;
}
.AnyTagClassName
{
color: #DC9A9E;
}
</style>
background-color css
<style>
a { background-color: #DC9A9E; }
a { background-color: rgb(220,154,158); }
div.DivClassName
{
background-color: #DC9A9E;
}
.BgClassName
{
background-color: #DC9A9E;
}
</style>
border-color css
<style>
span { border-color: #DC9A9E; }
span { border-color: rgb(220,154,158); }
td.TdClassName
{
border-color: #DC9A9E;
}
.TagClassName
{
border-color: #DC9A9E;
}
</style>