Shades of Careys Pink #DC9BA0
Tints of Careys Pink #DC9BA0
RGB
CMYK
RGB Variations
Color information
#DC9BA0 (or 0xDC9BA0) is known color: Careys Pink. HEX triplet: DC, 9B and A0. RGB value is (220,155,160). Sum of RGB (Red+Green+Blue) = 220+155+160=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9BA0 is #23645F. Grayscale: #AFAFAF. Windows color (decimal): -2319456 or 10525660. OLE color: 10525660.
HSL color Cylindrical-coordinate representation of color #DC9BA0: hue angle of 355.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9BA0 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 160 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.14 |
| HSL | 355.38º | 0.48% | 0.74% | - |
| HSV(B) | 355.38º | 0.3% | 0.86% | - |
| XYZ | 47.58 | 41.2 | 38.7 | - |
| YUV | 175.01 | 119.53 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 160 | 0 | 0.30 | 0.27 | 0.14 | 355.38 | 0.48 | 0.74 |
| Hex | DC | 9B | A0 | 0 | 1E | 1B | E | 163 | 30 | 4A |
| Octal | 334 | 233 | 240 | 0 | 36 | 33 | 16 | 543 | 60 | 112 |
| Binary | 11011100 | 10011011 | 10100000 | 0 | 11110 | 11011 | 1110 | 101100011 | 110000 | 1001010 |
Color Harmonies of #DC9BA0
Complementary color
Monochromatic Colors of #DC9BA0
Black with #DC9BA0
Text Example
Text Example
White with #DC9BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BA0; }
p { color: rgb(220,155,160); }
H1.HeaderClassName
{
color: #DC9BA0;
}
.AnyTagClassName
{
color: #DC9BA0;
}
</style>
background-color css
<style>
a { background-color: #DC9BA0; }
a { background-color: rgb(220,155,160); }
div.DivClassName
{
background-color: #DC9BA0;
}
.BgClassName
{
background-color: #DC9BA0;
}
</style>
border-color css
<style>
span { border-color: #DC9BA0; }
span { border-color: rgb(220,155,160); }
td.TdClassName
{
border-color: #DC9BA0;
}
.TagClassName
{
border-color: #DC9BA0;
}
</style>