Shades of Dark Coral #CD573F
Tints of Dark Coral #CD573F
RGB
CMYK
RGB Variations
Color information
#CD573F (or 0xCD573F) is known color: Dark Coral. HEX triplet: CD, 57 and 3F. RGB value is (205,87,63). Sum of RGB (Red+Green+Blue) = 205+87+63=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD573F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD573F is #32A8C0. Grayscale: #777777. Windows color (decimal): -3320001 or 4151245. OLE color: 4151245.
HSL color Cylindrical-coordinate representation of color #CD573F: hue angle of 10.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD573F is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 87 | 63 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.20 |
| HSL | 10.14º | 0.59% | 0.53% | - |
| HSV(B) | 10.14º | 0.69% | 0.8% | - |
| XYZ | 29.48 | 20.15 | 7.04 | - |
| YUV | 119.55 | 96.09 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 87 | 63 | 0 | 0.58 | 0.69 | 0.20 | 10.14 | 0.59 | 0.53 |
| Hex | CD | 57 | 3F | 0 | 3A | 45 | 14 | A | 3B | 35 |
| Octal | 315 | 127 | 77 | 0 | 72 | 105 | 24 | 12 | 73 | 65 |
| Binary | 11001101 | 1010111 | 111111 | 0 | 111010 | 1000101 | 10100 | 1010 | 111011 | 110101 |
Color Harmonies of #CD573F
Complementary color
Monochromatic Colors of #CD573F
Black with #CD573F
Text Example
Text Example
White with #CD573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD573F; }
p { color: rgb(205,87,63); }
H1.HeaderClassName
{
color: #CD573F;
}
.AnyTagClassName
{
color: #CD573F;
}
</style>
background-color css
<style>
a { background-color: #CD573F; }
a { background-color: rgb(205,87,63); }
div.DivClassName
{
background-color: #CD573F;
}
.BgClassName
{
background-color: #CD573F;
}
</style>
border-color css
<style>
span { border-color: #CD573F; }
span { border-color: rgb(205,87,63); }
td.TdClassName
{
border-color: #CD573F;
}
.TagClassName
{
border-color: #CD573F;
}
</style>