Shades of Careys Pink #DC99A0
Tints of Careys Pink #DC99A0
RGB
CMYK
RGB Variations
Color information
#DC99A0 (or 0xDC99A0) is known color: Careys Pink. HEX triplet: DC, 99 and A0. RGB value is (220,153,160). Sum of RGB (Red+Green+Blue) = 220+153+160=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC99A0 is #23665F. Grayscale: #ADADAD. Windows color (decimal): -2319968 or 10525148. OLE color: 10525148.
HSL color Cylindrical-coordinate representation of color #DC99A0: hue angle of 353.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 #DC99A0 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 160 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.14 |
| HSL | 353.73º | 0.49% | 0.73% | - |
| HSV(B) | 353.73º | 0.3% | 0.86% | - |
| XYZ | 47.25 | 40.54 | 38.59 | - |
| YUV | 173.83 | 120.2 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 160 | 0 | 0.30 | 0.27 | 0.14 | 353.73 | 0.49 | 0.73 |
| Hex | DC | 99 | A0 | 0 | 1E | 1B | E | 162 | 31 | 49 |
| Octal | 334 | 231 | 240 | 0 | 36 | 33 | 16 | 542 | 61 | 111 |
| Binary | 11011100 | 10011001 | 10100000 | 0 | 11110 | 11011 | 1110 | 101100010 | 110001 | 1001001 |
Color Harmonies of #DC99A0
Complementary color
Monochromatic Colors of #DC99A0
Black with #DC99A0
Text Example
Text Example
White with #DC99A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99A0; }
p { color: rgb(220,153,160); }
H1.HeaderClassName
{
color: #DC99A0;
}
.AnyTagClassName
{
color: #DC99A0;
}
</style>
background-color css
<style>
a { background-color: #DC99A0; }
a { background-color: rgb(220,153,160); }
div.DivClassName
{
background-color: #DC99A0;
}
.BgClassName
{
background-color: #DC99A0;
}
</style>
border-color css
<style>
span { border-color: #DC99A0; }
span { border-color: rgb(220,153,160); }
td.TdClassName
{
border-color: #DC99A0;
}
.TagClassName
{
border-color: #DC99A0;
}
</style>