Shades of Dark Coral #C8583F
Tints of Dark Coral #C8583F
RGB
CMYK
RGB Variations
Color information
#C8583F (or 0xC8583F) is known color: Dark Coral. HEX triplet: C8, 58 and 3F. RGB value is (200,88,63). Sum of RGB (Red+Green+Blue) = 200+88+63=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C8583F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8583F is #37A7C0. Grayscale: #767676. Windows color (decimal): -3647425 or 4151496. OLE color: 4151496.
HSL color Cylindrical-coordinate representation of color #C8583F: hue angle of 10.95º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8583F is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 63 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.22 |
| HSL | 10.95º | 0.55% | 0.52% | - |
| HSV(B) | 10.95º | 0.69% | 0.78% | - |
| XYZ | 28.21 | 19.62 | 7 | - |
| YUV | 118.64 | 96.61 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 63 | 0 | 0.56 | 0.68 | 0.22 | 10.95 | 0.55 | 0.52 |
| Hex | C8 | 58 | 3F | 0 | 38 | 44 | 16 | B | 37 | 34 |
| Octal | 310 | 130 | 77 | 0 | 70 | 104 | 26 | 13 | 67 | 64 |
| Binary | 11001000 | 1011000 | 111111 | 0 | 111000 | 1000100 | 10110 | 1011 | 110111 | 110100 |
Color Harmonies of #C8583F
Complementary color
Monochromatic Colors of #C8583F
Black with #C8583F
Text Example
Text Example
White with #C8583F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8583F; }
p { color: rgb(200,88,63); }
H1.HeaderClassName
{
color: #C8583F;
}
.AnyTagClassName
{
color: #C8583F;
}
</style>
background-color css
<style>
a { background-color: #C8583F; }
a { background-color: rgb(200,88,63); }
div.DivClassName
{
background-color: #C8583F;
}
.BgClassName
{
background-color: #C8583F;
}
</style>
border-color css
<style>
span { border-color: #C8583F; }
span { border-color: rgb(200,88,63); }
td.TdClassName
{
border-color: #C8583F;
}
.TagClassName
{
border-color: #C8583F;
}
</style>