Shades of Careys Pink #DC9A9C
Tints of Careys Pink #DC9A9C
RGB
CMYK
RGB Variations
Color information
#DC9A9C (or 0xDC9A9C) is known color: Careys Pink. HEX triplet: DC, 9A and 9C. RGB value is (220,154,156). Sum of RGB (Red+Green+Blue) = 220+154+156=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9A9C is #236563. Grayscale: #AEAEAE. Windows color (decimal): -2319716 or 10263260. OLE color: 10263260.
HSL color Cylindrical-coordinate representation of color #DC9A9C: hue angle of 358.18º 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 #DC9A9C is Cyan = 0, Magento = 0.3, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 156 | - |
| CMYK | 0 | 0.3 | 0.29 | 0.14 |
| HSL | 358.18º | 0.49% | 0.73% | - |
| HSV(B) | 358.18º | 0.3% | 0.86% | - |
| XYZ | 47.07 | 40.73 | 36.83 | - |
| YUV | 173.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 156 | 0 | 0.3 | 0.29 | 0.14 | 358.18 | 0.49 | 0.73 |
| Hex | DC | 9A | 9C | 0 | 1E | 1D | E | 166 | 31 | 49 |
| Octal | 334 | 232 | 234 | 0 | 36 | 35 | 16 | 546 | 61 | 111 |
| Binary | 11011100 | 10011010 | 10011100 | 0 | 11110 | 11101 | 1110 | 101100110 | 110001 | 1001001 |
Color Harmonies of #DC9A9C
Complementary color
Monochromatic Colors of #DC9A9C
Black with #DC9A9C
Text Example
Text Example
White with #DC9A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A9C; }
p { color: rgb(220,154,156); }
H1.HeaderClassName
{
color: #DC9A9C;
}
.AnyTagClassName
{
color: #DC9A9C;
}
</style>
background-color css
<style>
a { background-color: #DC9A9C; }
a { background-color: rgb(220,154,156); }
div.DivClassName
{
background-color: #DC9A9C;
}
.BgClassName
{
background-color: #DC9A9C;
}
</style>
border-color css
<style>
span { border-color: #DC9A9C; }
span { border-color: rgb(220,154,156); }
td.TdClassName
{
border-color: #DC9A9C;
}
.TagClassName
{
border-color: #DC9A9C;
}
</style>