Shades of Dark Coral #C8573C
Tints of Dark Coral #C8573C
RGB
CMYK
RGB Variations
Color information
#C8573C (or 0xC8573C) is known color: Dark Coral. HEX triplet: C8, 57 and 3C. RGB value is (200,87,60). Sum of RGB (Red+Green+Blue) = 200+87+60=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C8573C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8573C is #37A8C3. Grayscale: #757575. Windows color (decimal): -3647684 or 3954632. OLE color: 3954632.
HSL color Cylindrical-coordinate representation of color #C8573C: hue angle of 11.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8573C is Cyan = 0, Magento = 0.56, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 60 | - |
| CMYK | 0 | 0.56 | 0.7 | 0.22 |
| HSL | 11.57º | 0.56% | 0.51% | - |
| HSV(B) | 11.57º | 0.7% | 0.78% | - |
| XYZ | 28.04 | 19.42 | 6.55 | - |
| YUV | 117.71 | 95.44 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 60 | 0 | 0.56 | 0.7 | 0.22 | 11.57 | 0.56 | 0.51 |
| Hex | C8 | 57 | 3C | 0 | 38 | 46 | 16 | C | 38 | 33 |
| Octal | 310 | 127 | 74 | 0 | 70 | 106 | 26 | 14 | 70 | 63 |
| Binary | 11001000 | 1010111 | 111100 | 0 | 111000 | 1000110 | 10110 | 1100 | 111000 | 110011 |
Color Harmonies of #C8573C
Complementary color
Monochromatic Colors of #C8573C
Black with #C8573C
Text Example
Text Example
White with #C8573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8573C; }
p { color: rgb(200,87,60); }
H1.HeaderClassName
{
color: #C8573C;
}
.AnyTagClassName
{
color: #C8573C;
}
</style>
background-color css
<style>
a { background-color: #C8573C; }
a { background-color: rgb(200,87,60); }
div.DivClassName
{
background-color: #C8573C;
}
.BgClassName
{
background-color: #C8573C;
}
</style>
border-color css
<style>
span { border-color: #C8573C; }
span { border-color: rgb(200,87,60); }
td.TdClassName
{
border-color: #C8573C;
}
.TagClassName
{
border-color: #C8573C;
}
</style>