Shades of My Pink #DC8C7B
Tints of My Pink #DC8C7B
RGB
CMYK
RGB Variations
Color information
#DC8C7B (or 0xDC8C7B) is known color: My Pink. HEX triplet: DC, 8C and 7B. RGB value is (220,140,123). Sum of RGB (Red+Green+Blue) = 220+140+123=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C7B is #237384. Grayscale: #A2A2A2. Windows color (decimal): -2323333 or 8096988. OLE color: 8096988.
HSL color Cylindrical-coordinate representation of color #DC8C7B: hue angle of 10.52º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC8C7B is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 123 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.14 |
| HSL | 10.52º | 0.58% | 0.67% | - |
| HSV(B) | 10.52º | 0.44% | 0.86% | - |
| XYZ | 42.47 | 35.4 | 23.33 | - |
| YUV | 161.98 | 106 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 123 | 0 | 0.36 | 0.44 | 0.14 | 10.52 | 0.58 | 0.67 |
| Hex | DC | 8C | 7B | 0 | 24 | 2C | E | B | 3A | 43 |
| Octal | 334 | 214 | 173 | 0 | 44 | 54 | 16 | 13 | 72 | 103 |
| Binary | 11011100 | 10001100 | 1111011 | 0 | 100100 | 101100 | 1110 | 1011 | 111010 | 1000011 |
Color Harmonies of #DC8C7B
Complementary color
Monochromatic Colors of #DC8C7B
Black with #DC8C7B
Text Example
Text Example
White with #DC8C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C7B; }
p { color: rgb(220,140,123); }
H1.HeaderClassName
{
color: #DC8C7B;
}
.AnyTagClassName
{
color: #DC8C7B;
}
</style>
background-color css
<style>
a { background-color: #DC8C7B; }
a { background-color: rgb(220,140,123); }
div.DivClassName
{
background-color: #DC8C7B;
}
.BgClassName
{
background-color: #DC8C7B;
}
</style>
border-color css
<style>
span { border-color: #DC8C7B; }
span { border-color: rgb(220,140,123); }
td.TdClassName
{
border-color: #DC8C7B;
}
.TagClassName
{
border-color: #DC8C7B;
}
</style>