Shades of My Pink #DC8C7A
Tints of My Pink #DC8C7A
RGB
CMYK
RGB Variations
Color information
#DC8C7A (or 0xDC8C7A) is known color: My Pink. HEX triplet: DC, 8C and 7A. RGB value is (220,140,122). Sum of RGB (Red+Green+Blue) = 220+140+122=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C7A is #237385. Grayscale: #A2A2A2. Windows color (decimal): -2323334 or 8031452. OLE color: 8031452.
HSL color Cylindrical-coordinate representation of color #DC8C7A: hue angle of 11.02º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC8C7A is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 122 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.14 |
| HSL | 11.02º | 0.58% | 0.67% | - |
| HSV(B) | 11.02º | 0.45% | 0.86% | - |
| XYZ | 42.41 | 35.38 | 23.01 | - |
| YUV | 161.87 | 105.5 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 122 | 0 | 0.36 | 0.45 | 0.14 | 11.02 | 0.58 | 0.67 |
| Hex | DC | 8C | 7A | 0 | 24 | 2D | E | B | 3A | 43 |
| Octal | 334 | 214 | 172 | 0 | 44 | 55 | 16 | 13 | 72 | 103 |
| Binary | 11011100 | 10001100 | 1111010 | 0 | 100100 | 101101 | 1110 | 1011 | 111010 | 1000011 |
Color Harmonies of #DC8C7A
Complementary color
Monochromatic Colors of #DC8C7A
Black with #DC8C7A
Text Example
Text Example
White with #DC8C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C7A; }
p { color: rgb(220,140,122); }
H1.HeaderClassName
{
color: #DC8C7A;
}
.AnyTagClassName
{
color: #DC8C7A;
}
</style>
background-color css
<style>
a { background-color: #DC8C7A; }
a { background-color: rgb(220,140,122); }
div.DivClassName
{
background-color: #DC8C7A;
}
.BgClassName
{
background-color: #DC8C7A;
}
</style>
border-color css
<style>
span { border-color: #DC8C7A; }
span { border-color: rgb(220,140,122); }
td.TdClassName
{
border-color: #DC8C7A;
}
.TagClassName
{
border-color: #DC8C7A;
}
</style>