Shades of Dark Coral #CD5E4A
Tints of Dark Coral #CD5E4A
RGB
CMYK
RGB Variations
Color information
#CD5E4A (or 0xCD5E4A) is known color: Dark Coral. HEX triplet: CD, 5E and 4A. RGB value is (205,94,74). Sum of RGB (Red+Green+Blue) = 205+94+74=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5E4A is #32A1B5. Grayscale: #7D7D7D. Windows color (decimal): -3318198 or 4873933. OLE color: 4873933.
HSL color Cylindrical-coordinate representation of color #CD5E4A: hue angle of 9.16º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD5E4A is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 94 | 74 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.20 |
| HSL | 9.16º | 0.57% | 0.55% | - |
| HSV(B) | 9.16º | 0.64% | 0.8% | - |
| XYZ | 30.42 | 21.48 | 9.02 | - |
| YUV | 124.91 | 99.27 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 94 | 74 | 0 | 0.54 | 0.64 | 0.20 | 9.16 | 0.57 | 0.55 |
| Hex | CD | 5E | 4A | 0 | 36 | 40 | 14 | 9 | 39 | 37 |
| Octal | 315 | 136 | 112 | 0 | 66 | 100 | 24 | 11 | 71 | 67 |
| Binary | 11001101 | 1011110 | 1001010 | 0 | 110110 | 1000000 | 10100 | 1001 | 111001 | 110111 |
Color Harmonies of #CD5E4A
Complementary color
Monochromatic Colors of #CD5E4A
Black with #CD5E4A
Text Example
Text Example
White with #CD5E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5E4A; }
p { color: rgb(205,94,74); }
H1.HeaderClassName
{
color: #CD5E4A;
}
.AnyTagClassName
{
color: #CD5E4A;
}
</style>
background-color css
<style>
a { background-color: #CD5E4A; }
a { background-color: rgb(205,94,74); }
div.DivClassName
{
background-color: #CD5E4A;
}
.BgClassName
{
background-color: #CD5E4A;
}
</style>
border-color css
<style>
span { border-color: #CD5E4A; }
span { border-color: rgb(205,94,74); }
td.TdClassName
{
border-color: #CD5E4A;
}
.TagClassName
{
border-color: #CD5E4A;
}
</style>