Shades of Dark Coral #C75945
Tints of Dark Coral #C75945
RGB
CMYK
RGB Variations
Color information
#C75945 (or 0xC75945) is known color: Dark Coral. HEX triplet: C7, 59 and 45. RGB value is (199,89,69). Sum of RGB (Red+Green+Blue) = 199+89+69=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C75945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75945 is #38A6BA. Grayscale: #777777. Windows color (decimal): -3712699 or 4544967. OLE color: 4544967.
HSL color Cylindrical-coordinate representation of color #C75945: hue angle of 9.23º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C75945 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 69 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.22 |
| HSL | 9.23º | 0.54% | 0.53% | - |
| HSV(B) | 9.23º | 0.65% | 0.78% | - |
| XYZ | 28.2 | 19.72 | 7.95 | - |
| YUV | 119.61 | 99.44 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 69 | 0 | 0.55 | 0.65 | 0.22 | 9.23 | 0.54 | 0.53 |
| Hex | C7 | 59 | 45 | 0 | 37 | 41 | 16 | 9 | 36 | 35 |
| Octal | 307 | 131 | 105 | 0 | 67 | 101 | 26 | 11 | 66 | 65 |
| Binary | 11000111 | 1011001 | 1000101 | 0 | 110111 | 1000001 | 10110 | 1001 | 110110 | 110101 |
Color Harmonies of #C75945
Complementary color
Monochromatic Colors of #C75945
Black with #C75945
Text Example
Text Example
White with #C75945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75945; }
p { color: rgb(199,89,69); }
H1.HeaderClassName
{
color: #C75945;
}
.AnyTagClassName
{
color: #C75945;
}
</style>
background-color css
<style>
a { background-color: #C75945; }
a { background-color: rgb(199,89,69); }
div.DivClassName
{
background-color: #C75945;
}
.BgClassName
{
background-color: #C75945;
}
</style>
border-color css
<style>
span { border-color: #C75945; }
span { border-color: rgb(199,89,69); }
td.TdClassName
{
border-color: #C75945;
}
.TagClassName
{
border-color: #C75945;
}
</style>