Shades of Careys Pink #DC999C
Tints of Careys Pink #DC999C
RGB
CMYK
RGB Variations
Color information
#DC999C (or 0xDC999C) is known color: Careys Pink. HEX triplet: DC, 99 and 9C. RGB value is (220,153,156). Sum of RGB (Red+Green+Blue) = 220+153+156=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC999C is #236663. Grayscale: #ADADAD. Windows color (decimal): -2319972 or 10263004. OLE color: 10263004.
HSL color Cylindrical-coordinate representation of color #DC999C: hue angle of 357.31º 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 #DC999C is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 156 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.14 |
| HSL | 357.31º | 0.49% | 0.73% | - |
| HSV(B) | 357.31º | 0.3% | 0.86% | - |
| XYZ | 46.91 | 40.4 | 36.78 | - |
| YUV | 173.38 | 118.2 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 156 | 0 | 0.30 | 0.29 | 0.14 | 357.31 | 0.49 | 0.73 |
| Hex | DC | 99 | 9C | 0 | 1E | 1D | E | 165 | 31 | 49 |
| Octal | 334 | 231 | 234 | 0 | 36 | 35 | 16 | 545 | 61 | 111 |
| Binary | 11011100 | 10011001 | 10011100 | 0 | 11110 | 11101 | 1110 | 101100101 | 110001 | 1001001 |
Color Harmonies of #DC999C
Complementary color
Monochromatic Colors of #DC999C
Black with #DC999C
Text Example
Text Example
White with #DC999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC999C; }
p { color: rgb(220,153,156); }
H1.HeaderClassName
{
color: #DC999C;
}
.AnyTagClassName
{
color: #DC999C;
}
</style>
background-color css
<style>
a { background-color: #DC999C; }
a { background-color: rgb(220,153,156); }
div.DivClassName
{
background-color: #DC999C;
}
.BgClassName
{
background-color: #DC999C;
}
</style>
border-color css
<style>
span { border-color: #DC999C; }
span { border-color: rgb(220,153,156); }
td.TdClassName
{
border-color: #DC999C;
}
.TagClassName
{
border-color: #DC999C;
}
</style>