Shades of Careys Pink #DC9CA1
Tints of Careys Pink #DC9CA1
RGB
CMYK
RGB Variations
Color information
#DC9CA1 (or 0xDC9CA1) is known color: Careys Pink. HEX triplet: DC, 9C and A1. RGB value is (220,156,161). Sum of RGB (Red+Green+Blue) = 220+156+161=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9CA1 is #23635E. Grayscale: #AFAFAF. Windows color (decimal): -2319199 or 10591452. OLE color: 10591452.
HSL color Cylindrical-coordinate representation of color #DC9CA1: hue angle of 355.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9CA1 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 161 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.14 |
| HSL | 355.31º | 0.48% | 0.74% | - |
| HSV(B) | 355.31º | 0.29% | 0.86% | - |
| XYZ | 47.84 | 41.57 | 39.22 | - |
| YUV | 175.71 | 119.7 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 161 | 0 | 0.29 | 0.27 | 0.14 | 355.31 | 0.48 | 0.74 |
| Hex | DC | 9C | A1 | 0 | 1D | 1B | E | 163 | 30 | 4A |
| Octal | 334 | 234 | 241 | 0 | 35 | 33 | 16 | 543 | 60 | 112 |
| Binary | 11011100 | 10011100 | 10100001 | 0 | 11101 | 11011 | 1110 | 101100011 | 110000 | 1001010 |
Color Harmonies of #DC9CA1
Complementary color
Monochromatic Colors of #DC9CA1
Black with #DC9CA1
Text Example
Text Example
White with #DC9CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CA1; }
p { color: rgb(220,156,161); }
H1.HeaderClassName
{
color: #DC9CA1;
}
.AnyTagClassName
{
color: #DC9CA1;
}
</style>
background-color css
<style>
a { background-color: #DC9CA1; }
a { background-color: rgb(220,156,161); }
div.DivClassName
{
background-color: #DC9CA1;
}
.BgClassName
{
background-color: #DC9CA1;
}
</style>
border-color css
<style>
span { border-color: #DC9CA1; }
span { border-color: rgb(220,156,161); }
td.TdClassName
{
border-color: #DC9CA1;
}
.TagClassName
{
border-color: #DC9CA1;
}
</style>