Shades of Dark Coral #CD503E
Tints of Dark Coral #CD503E
RGB
CMYK
RGB Variations
Color information
#CD503E (or 0xCD503E) is known color: Dark Coral. HEX triplet: CD, 50 and 3E. RGB value is (205,80,62). Sum of RGB (Red+Green+Blue) = 205+80+62=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD503E is #32AFC1. Grayscale: #737373. Windows color (decimal): -3321794 or 4083917. OLE color: 4083917.
HSL color Cylindrical-coordinate representation of color #CD503E: hue angle of 7.55º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD503E is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 80 | 62 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.20 |
| HSL | 7.55º | 0.59% | 0.52% | - |
| HSV(B) | 7.55º | 0.7% | 0.8% | - |
| XYZ | 28.92 | 19.06 | 6.71 | - |
| YUV | 115.32 | 97.91 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 62 | 0 | 0.61 | 0.70 | 0.20 | 7.55 | 0.59 | 0.52 |
| Hex | CD | 50 | 3E | 0 | 3D | 46 | 14 | 8 | 3B | 34 |
| Octal | 315 | 120 | 76 | 0 | 75 | 106 | 24 | 10 | 73 | 64 |
| Binary | 11001101 | 1010000 | 111110 | 0 | 111101 | 1000110 | 10100 | 1000 | 111011 | 110100 |
Color Harmonies of #CD503E
Complementary color
Monochromatic Colors of #CD503E
Black with #CD503E
Text Example
Text Example
White with #CD503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD503E; }
p { color: rgb(205,80,62); }
H1.HeaderClassName
{
color: #CD503E;
}
.AnyTagClassName
{
color: #CD503E;
}
</style>
background-color css
<style>
a { background-color: #CD503E; }
a { background-color: rgb(205,80,62); }
div.DivClassName
{
background-color: #CD503E;
}
.BgClassName
{
background-color: #CD503E;
}
</style>
border-color css
<style>
span { border-color: #CD503E; }
span { border-color: rgb(205,80,62); }
td.TdClassName
{
border-color: #CD503E;
}
.TagClassName
{
border-color: #CD503E;
}
</style>