Shades of Dark Coral #C75C47
Tints of Dark Coral #C75C47
RGB
CMYK
RGB Variations
Color information
#C75C47 (or 0xC75C47) is known color: Dark Coral. HEX triplet: C7, 5C and 47. RGB value is (199,92,71). Sum of RGB (Red+Green+Blue) = 199+92+71=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75C47 is #38A3B8. Grayscale: #797979. Windows color (decimal): -3711929 or 4676807. OLE color: 4676807.
HSL color Cylindrical-coordinate representation of color #C75C47: hue angle of 9.84º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C75C47 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 92 | 71 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.22 |
| HSL | 9.84º | 0.53% | 0.53% | - |
| HSV(B) | 9.84º | 0.64% | 0.78% | - |
| XYZ | 28.52 | 20.25 | 8.37 | - |
| YUV | 121.6 | 99.45 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 71 | 0 | 0.54 | 0.64 | 0.22 | 9.84 | 0.53 | 0.53 |
| Hex | C7 | 5C | 47 | 0 | 36 | 40 | 16 | A | 35 | 35 |
| Octal | 307 | 134 | 107 | 0 | 66 | 100 | 26 | 12 | 65 | 65 |
| Binary | 11000111 | 1011100 | 1000111 | 0 | 110110 | 1000000 | 10110 | 1010 | 110101 | 110101 |
Color Harmonies of #C75C47
Complementary color
Monochromatic Colors of #C75C47
Black with #C75C47
Text Example
Text Example
White with #C75C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75C47; }
p { color: rgb(199,92,71); }
H1.HeaderClassName
{
color: #C75C47;
}
.AnyTagClassName
{
color: #C75C47;
}
</style>
background-color css
<style>
a { background-color: #C75C47; }
a { background-color: rgb(199,92,71); }
div.DivClassName
{
background-color: #C75C47;
}
.BgClassName
{
background-color: #C75C47;
}
</style>
border-color css
<style>
span { border-color: #C75C47; }
span { border-color: rgb(199,92,71); }
td.TdClassName
{
border-color: #C75C47;
}
.TagClassName
{
border-color: #C75C47;
}
</style>