Shades of Careys Pink #DC9A9F
Tints of Careys Pink #DC9A9F
RGB
CMYK
RGB Variations
Color information
#DC9A9F (or 0xDC9A9F) is known color: Careys Pink. HEX triplet: DC, 9A and 9F. RGB value is (220,154,159). Sum of RGB (Red+Green+Blue) = 220+154+159=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9A9F is #236560. Grayscale: #AEAEAE. Windows color (decimal): -2319713 or 10459868. OLE color: 10459868.
HSL color Cylindrical-coordinate representation of color #DC9A9F: hue angle of 355.45º 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 #DC9A9F is Cyan = 0, Magento = 0.3, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 159 | - |
| CMYK | 0 | 0.3 | 0.28 | 0.14 |
| HSL | 355.45º | 0.49% | 0.73% | - |
| HSV(B) | 355.45º | 0.3% | 0.86% | - |
| XYZ | 47.33 | 40.83 | 38.19 | - |
| YUV | 174.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 159 | 0 | 0.3 | 0.28 | 0.14 | 355.45 | 0.49 | 0.73 |
| Hex | DC | 9A | 9F | 0 | 1E | 1C | E | 163 | 31 | 49 |
| Octal | 334 | 232 | 237 | 0 | 36 | 34 | 16 | 543 | 61 | 111 |
| Binary | 11011100 | 10011010 | 10011111 | 0 | 11110 | 11100 | 1110 | 101100011 | 110001 | 1001001 |
Color Harmonies of #DC9A9F
Complementary color
Monochromatic Colors of #DC9A9F
Black with #DC9A9F
Text Example
Text Example
White with #DC9A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A9F; }
p { color: rgb(220,154,159); }
H1.HeaderClassName
{
color: #DC9A9F;
}
.AnyTagClassName
{
color: #DC9A9F;
}
</style>
background-color css
<style>
a { background-color: #DC9A9F; }
a { background-color: rgb(220,154,159); }
div.DivClassName
{
background-color: #DC9A9F;
}
.BgClassName
{
background-color: #DC9A9F;
}
</style>
border-color css
<style>
span { border-color: #DC9A9F; }
span { border-color: rgb(220,154,159); }
td.TdClassName
{
border-color: #DC9A9F;
}
.TagClassName
{
border-color: #DC9A9F;
}
</style>