Shades of Dark Coral #CD624D
Tints of Dark Coral #CD624D
RGB
CMYK
RGB Variations
Color information
#CD624D (or 0xCD624D) is known color: Dark Coral. HEX triplet: CD, 62 and 4D. RGB value is (205,98,77). Sum of RGB (Red+Green+Blue) = 205+98+77=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD624D is #329DB2. Grayscale: #7F7F7F. Windows color (decimal): -3317171 or 5071565. OLE color: 5071565.
HSL color Cylindrical-coordinate representation of color #CD624D: hue angle of 9.84º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD624D is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 98 | 77 | - |
CMYK | 0 | 0.52 | 0.62 | 0.20 |
HSL | 9.84º | 0.56% | 0.55% | - |
HSV(B) | 9.84º | 0.62% | 0.8% | - |
XYZ | 30.88 | 22.25 | 9.69 | - |
YUV | 127.6 | 99.45 | 183.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 98 | 77 | 0 | 0.52 | 0.62 | 0.20 | 9.84 | 0.56 | 0.55 |
Hex | CD | 62 | 4D | 0 | 34 | 3E | 14 | A | 38 | 37 |
Octal | 315 | 142 | 115 | 0 | 64 | 76 | 24 | 12 | 70 | 67 |
Binary | 11001101 | 1100010 | 1001101 | 0 | 110100 | 111110 | 10100 | 1010 | 111000 | 110111 |
Color Harmonies of #CD624D
Complementary color
Monochromatic Colors of #CD624D
Black with #CD624D
Text Example
Text Example
White with #CD624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD624D; }
p { color: rgb(205,98,77); }
H1.HeaderClassName
{
color: #CD624D;
}
.AnyTagClassName
{
color: #CD624D;
}
</style>
background-color css
<style>
a { background-color: #CD624D; }
a { background-color: rgb(205,98,77); }
div.DivClassName
{
background-color: #CD624D;
}
.BgClassName
{
background-color: #CD624D;
}
</style>
border-color css
<style>
span { border-color: #CD624D; }
span { border-color: rgb(205,98,77); }
td.TdClassName
{
border-color: #CD624D;
}
.TagClassName
{
border-color: #CD624D;
}
</style>