Shades of Dark Coral #C75D43
Tints of Dark Coral #C75D43
RGB
CMYK
RGB Variations
Color information
#C75D43 (or 0xC75D43) is known color: Dark Coral. HEX triplet: C7, 5D and 43. RGB value is (199,93,67). Sum of RGB (Red+Green+Blue) = 199+93+67=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75D43 is #38A2BC. Grayscale: #797979. Windows color (decimal): -3711677 or 4414919. OLE color: 4414919.
HSL color Cylindrical-coordinate representation of color #C75D43: hue angle of 11.82º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C75D43 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 93 | 67 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.22 |
| HSL | 11.82º | 0.54% | 0.52% | - |
| HSV(B) | 11.82º | 0.66% | 0.78% | - |
| XYZ | 28.48 | 20.38 | 7.74 | - |
| YUV | 121.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 67 | 0 | 0.53 | 0.66 | 0.22 | 11.82 | 0.54 | 0.52 |
| Hex | C7 | 5D | 43 | 0 | 35 | 42 | 16 | C | 36 | 34 |
| Octal | 307 | 135 | 103 | 0 | 65 | 102 | 26 | 14 | 66 | 64 |
| Binary | 11000111 | 1011101 | 1000011 | 0 | 110101 | 1000010 | 10110 | 1100 | 110110 | 110100 |
Color Harmonies of #C75D43
Complementary color
Monochromatic Colors of #C75D43
Black with #C75D43
Text Example
Text Example
White with #C75D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75D43; }
p { color: rgb(199,93,67); }
H1.HeaderClassName
{
color: #C75D43;
}
.AnyTagClassName
{
color: #C75D43;
}
</style>
background-color css
<style>
a { background-color: #C75D43; }
a { background-color: rgb(199,93,67); }
div.DivClassName
{
background-color: #C75D43;
}
.BgClassName
{
background-color: #C75D43;
}
</style>
border-color css
<style>
span { border-color: #C75D43; }
span { border-color: rgb(199,93,67); }
td.TdClassName
{
border-color: #C75D43;
}
.TagClassName
{
border-color: #C75D43;
}
</style>