Shades of Dark Coral #C4583D
Tints of Dark Coral #C4583D
RGB
CMYK
RGB Variations
Color information
#C4583D (or 0xC4583D) is known color: Dark Coral. HEX triplet: C4, 58 and 3D. RGB value is (196,88,61). Sum of RGB (Red+Green+Blue) = 196+88+61=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C4583D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4583D is #3BA7C2. Grayscale: #757575. Windows color (decimal): -3909571 or 4020420. OLE color: 4020420.
HSL color Cylindrical-coordinate representation of color #C4583D: hue angle of 12º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4583D is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 61 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.23 |
| HSL | 12º | 0.53% | 0.5% | - |
| HSV(B) | 12º | 0.69% | 0.77% | - |
| XYZ | 27.1 | 19.05 | 6.66 | - |
| YUV | 117.21 | 96.28 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 61 | 0 | 0.55 | 0.69 | 0.23 | 12 | 0.53 | 0.5 |
| Hex | C4 | 58 | 3D | 0 | 37 | 45 | 17 | C | 35 | 32 |
| Octal | 304 | 130 | 75 | 0 | 67 | 105 | 27 | 14 | 65 | 62 |
| Binary | 11000100 | 1011000 | 111101 | 0 | 110111 | 1000101 | 10111 | 1100 | 110101 | 110010 |
Color Harmonies of #C4583D
Complementary color
Monochromatic Colors of #C4583D
Black with #C4583D
Text Example
Text Example
White with #C4583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4583D; }
p { color: rgb(196,88,61); }
H1.HeaderClassName
{
color: #C4583D;
}
.AnyTagClassName
{
color: #C4583D;
}
</style>
background-color css
<style>
a { background-color: #C4583D; }
a { background-color: rgb(196,88,61); }
div.DivClassName
{
background-color: #C4583D;
}
.BgClassName
{
background-color: #C4583D;
}
</style>
border-color css
<style>
span { border-color: #C4583D; }
span { border-color: rgb(196,88,61); }
td.TdClassName
{
border-color: #C4583D;
}
.TagClassName
{
border-color: #C4583D;
}
</style>