Shades of Careys Pink #DC9B9D
Tints of Careys Pink #DC9B9D
RGB
CMYK
RGB Variations
Color information
#DC9B9D (or 0xDC9B9D) is known color: Careys Pink. HEX triplet: DC, 9B and 9D. RGB value is (220,155,157). Sum of RGB (Red+Green+Blue) = 220+155+157=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9B9D is #236462. Grayscale: #AEAEAE. Windows color (decimal): -2319459 or 10329052. OLE color: 10329052.
HSL color Cylindrical-coordinate representation of color #DC9B9D: hue angle of 358.15º 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 #DC9B9D is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 157 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.14 |
| HSL | 358.15º | 0.48% | 0.74% | - |
| HSV(B) | 358.15º | 0.3% | 0.86% | - |
| XYZ | 47.32 | 41.09 | 37.34 | - |
| YUV | 174.66 | 118.03 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 157 | 0 | 0.30 | 0.29 | 0.14 | 358.15 | 0.48 | 0.74 |
| Hex | DC | 9B | 9D | 0 | 1E | 1D | E | 166 | 30 | 4A |
| Octal | 334 | 233 | 235 | 0 | 36 | 35 | 16 | 546 | 60 | 112 |
| Binary | 11011100 | 10011011 | 10011101 | 0 | 11110 | 11101 | 1110 | 101100110 | 110000 | 1001010 |
Color Harmonies of #DC9B9D
Complementary color
Monochromatic Colors of #DC9B9D
Black with #DC9B9D
Text Example
Text Example
White with #DC9B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9B9D; }
p { color: rgb(220,155,157); }
H1.HeaderClassName
{
color: #DC9B9D;
}
.AnyTagClassName
{
color: #DC9B9D;
}
</style>
background-color css
<style>
a { background-color: #DC9B9D; }
a { background-color: rgb(220,155,157); }
div.DivClassName
{
background-color: #DC9B9D;
}
.BgClassName
{
background-color: #DC9B9D;
}
</style>
border-color css
<style>
span { border-color: #DC9B9D; }
span { border-color: rgb(220,155,157); }
td.TdClassName
{
border-color: #DC9B9D;
}
.TagClassName
{
border-color: #DC9B9D;
}
</style>