Shades of Sea Pink #DC7C7A
Tints of Sea Pink #DC7C7A
RGB
CMYK
RGB Variations
Color information
#DC7C7A (or 0xDC7C7A) is known color: Sea Pink. HEX triplet: DC, 7C and 7A. RGB value is (220,124,122). Sum of RGB (Red+Green+Blue) = 220+124+122=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7C7A is #238385. Grayscale: #989898. Windows color (decimal): -2327430 or 8027356. OLE color: 8027356.
HSL color Cylindrical-coordinate representation of color #DC7C7A: hue angle of 1.22º 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 #DC7C7A is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 122 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.14 |
| HSL | 1.22º | 0.58% | 0.67% | - |
| HSV(B) | 1.22º | 0.45% | 0.86% | - |
| XYZ | 40.24 | 31.04 | 22.28 | - |
| YUV | 152.48 | 110.8 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 122 | 0 | 0.44 | 0.45 | 0.14 | 1.22 | 0.58 | 0.67 |
| Hex | DC | 7C | 7A | 0 | 2C | 2D | E | 1 | 3A | 43 |
| Octal | 334 | 174 | 172 | 0 | 54 | 55 | 16 | 1 | 72 | 103 |
| Binary | 11011100 | 1111100 | 1111010 | 0 | 101100 | 101101 | 1110 | 1 | 111010 | 1000011 |
Color Harmonies of #DC7C7A
Complementary color
Monochromatic Colors of #DC7C7A
Black with #DC7C7A
Text Example
Text Example
White with #DC7C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C7A; }
p { color: rgb(220,124,122); }
H1.HeaderClassName
{
color: #DC7C7A;
}
.AnyTagClassName
{
color: #DC7C7A;
}
</style>
background-color css
<style>
a { background-color: #DC7C7A; }
a { background-color: rgb(220,124,122); }
div.DivClassName
{
background-color: #DC7C7A;
}
.BgClassName
{
background-color: #DC7C7A;
}
</style>
border-color css
<style>
span { border-color: #DC7C7A; }
span { border-color: rgb(220,124,122); }
td.TdClassName
{
border-color: #DC7C7A;
}
.TagClassName
{
border-color: #DC7C7A;
}
</style>