Shades of Sea Pink #CD7C7C
Tints of Sea Pink #CD7C7C
RGB
CMYK
RGB Variations
Color information
#CD7C7C (or 0xCD7C7C) is known color: Sea Pink. HEX triplet: CD, 7C and 7C. RGB value is (205,124,124). Sum of RGB (Red+Green+Blue) = 205+124+124=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7C7C is #328383. Grayscale: #949494. Windows color (decimal): -3310468 or 8158413. OLE color: 8158413.
HSL color Cylindrical-coordinate representation of color #CD7C7C: hue angle of 0º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7C7C is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 124 | 124 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.20 |
| HSL | 0º | 0.45% | 0.65% | - |
| HSV(B) | 0º | 0.4% | 0.8% | - |
| XYZ | 36.02 | 28.85 | 22.74 | - |
| YUV | 148.22 | 114.34 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 124 | 124 | 0 | 0.40 | 0.40 | 0.20 | 0 | 0.45 | 0.65 |
| Hex | CD | 7C | 7C | 0 | 28 | 28 | 14 | 0 | 2D | 41 |
| Octal | 315 | 174 | 174 | 0 | 50 | 50 | 24 | 0 | 55 | 101 |
| Binary | 11001101 | 1111100 | 1111100 | 0 | 101000 | 101000 | 10100 | 0 | 101101 | 1000001 |
Color Harmonies of #CD7C7C
Complementary color
Monochromatic Colors of #CD7C7C
Black with #CD7C7C
Text Example
Text Example
White with #CD7C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7C7C; }
p { color: rgb(205,124,124); }
H1.HeaderClassName
{
color: #CD7C7C;
}
.AnyTagClassName
{
color: #CD7C7C;
}
</style>
background-color css
<style>
a { background-color: #CD7C7C; }
a { background-color: rgb(205,124,124); }
div.DivClassName
{
background-color: #CD7C7C;
}
.BgClassName
{
background-color: #CD7C7C;
}
</style>
border-color css
<style>
span { border-color: #CD7C7C; }
span { border-color: rgb(205,124,124); }
td.TdClassName
{
border-color: #CD7C7C;
}
.TagClassName
{
border-color: #CD7C7C;
}
</style>