Shades of Dark Coral #C8573D
Tints of Dark Coral #C8573D
RGB
CMYK
RGB Variations
Color information
#C8573D (or 0xC8573D) is known color: Dark Coral. HEX triplet: C8, 57 and 3D. RGB value is (200,87,61). Sum of RGB (Red+Green+Blue) = 200+87+61=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C8573D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8573D is #37A8C2. Grayscale: #767676. Windows color (decimal): -3647683 or 4020168. OLE color: 4020168.
HSL color Cylindrical-coordinate representation of color #C8573D: hue angle of 11.22º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8573D is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 61 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.22 |
| HSL | 11.22º | 0.56% | 0.51% | - |
| HSV(B) | 11.22º | 0.7% | 0.78% | - |
| XYZ | 28.07 | 19.43 | 6.69 | - |
| YUV | 117.82 | 95.94 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 61 | 0 | 0.56 | 0.69 | 0.22 | 11.22 | 0.56 | 0.51 |
| Hex | C8 | 57 | 3D | 0 | 38 | 45 | 16 | B | 38 | 33 |
| Octal | 310 | 127 | 75 | 0 | 70 | 105 | 26 | 13 | 70 | 63 |
| Binary | 11001000 | 1010111 | 111101 | 0 | 111000 | 1000101 | 10110 | 1011 | 111000 | 110011 |
Color Harmonies of #C8573D
Complementary color
Monochromatic Colors of #C8573D
Black with #C8573D
Text Example
Text Example
White with #C8573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8573D; }
p { color: rgb(200,87,61); }
H1.HeaderClassName
{
color: #C8573D;
}
.AnyTagClassName
{
color: #C8573D;
}
</style>
background-color css
<style>
a { background-color: #C8573D; }
a { background-color: rgb(200,87,61); }
div.DivClassName
{
background-color: #C8573D;
}
.BgClassName
{
background-color: #C8573D;
}
</style>
border-color css
<style>
span { border-color: #C8573D; }
span { border-color: rgb(200,87,61); }
td.TdClassName
{
border-color: #C8573D;
}
.TagClassName
{
border-color: #C8573D;
}
</style>