Shades of Careys Pink #DC9AA2
Tints of Careys Pink #DC9AA2
RGB
CMYK
RGB Variations
Color information
#DC9AA2 (or 0xDC9AA2) is known color: Careys Pink. HEX triplet: DC, 9A and A2. RGB value is (220,154,162). Sum of RGB (Red+Green+Blue) = 220+154+162=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9AA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9AA2 is #23655D. Grayscale: #AEAEAE. Windows color (decimal): -2319710 or 10656476. OLE color: 10656476.
HSL color Cylindrical-coordinate representation of color #DC9AA2: hue angle of 352.73º 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 #DC9AA2 is Cyan = 0, Magento = 0.3, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 162 | - |
| CMYK | 0 | 0.3 | 0.26 | 0.14 |
| HSL | 352.73º | 0.49% | 0.73% | - |
| HSV(B) | 352.73º | 0.3% | 0.86% | - |
| XYZ | 47.59 | 40.94 | 39.58 | - |
| YUV | 174.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 162 | 0 | 0.3 | 0.26 | 0.14 | 352.73 | 0.49 | 0.73 |
| Hex | DC | 9A | A2 | 0 | 1E | 1A | E | 161 | 31 | 49 |
| Octal | 334 | 232 | 242 | 0 | 36 | 32 | 16 | 541 | 61 | 111 |
| Binary | 11011100 | 10011010 | 10100010 | 0 | 11110 | 11010 | 1110 | 101100001 | 110001 | 1001001 |
Color Harmonies of #DC9AA2
Complementary color
Monochromatic Colors of #DC9AA2
Black with #DC9AA2
Text Example
Text Example
White with #DC9AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9AA2; }
p { color: rgb(220,154,162); }
H1.HeaderClassName
{
color: #DC9AA2;
}
.AnyTagClassName
{
color: #DC9AA2;
}
</style>
background-color css
<style>
a { background-color: #DC9AA2; }
a { background-color: rgb(220,154,162); }
div.DivClassName
{
background-color: #DC9AA2;
}
.BgClassName
{
background-color: #DC9AA2;
}
</style>
border-color css
<style>
span { border-color: #DC9AA2; }
span { border-color: rgb(220,154,162); }
td.TdClassName
{
border-color: #DC9AA2;
}
.TagClassName
{
border-color: #DC9AA2;
}
</style>