Shades of Dark Coral #C75944
Tints of Dark Coral #C75944
RGB
CMYK
RGB Variations
Color information
#C75944 (or 0xC75944) is known color: Dark Coral. HEX triplet: C7, 59 and 44. RGB value is (199,89,68). Sum of RGB (Red+Green+Blue) = 199+89+68=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C75944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75944 is #38A6BB. Grayscale: #777777. Windows color (decimal): -3712700 or 4479431. OLE color: 4479431.
HSL color Cylindrical-coordinate representation of color #C75944: hue angle of 9.62º 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 #C75944 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 68 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.22 |
| HSL | 9.62º | 0.54% | 0.52% | - |
| HSV(B) | 9.62º | 0.66% | 0.78% | - |
| XYZ | 28.17 | 19.7 | 7.79 | - |
| YUV | 119.5 | 98.94 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 68 | 0 | 0.55 | 0.66 | 0.22 | 9.62 | 0.54 | 0.52 |
| Hex | C7 | 59 | 44 | 0 | 37 | 42 | 16 | A | 36 | 34 |
| Octal | 307 | 131 | 104 | 0 | 67 | 102 | 26 | 12 | 66 | 64 |
| Binary | 11000111 | 1011001 | 1000100 | 0 | 110111 | 1000010 | 10110 | 1010 | 110110 | 110100 |
Color Harmonies of #C75944
Complementary color
Monochromatic Colors of #C75944
Black with #C75944
Text Example
Text Example
White with #C75944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75944; }
p { color: rgb(199,89,68); }
H1.HeaderClassName
{
color: #C75944;
}
.AnyTagClassName
{
color: #C75944;
}
</style>
background-color css
<style>
a { background-color: #C75944; }
a { background-color: rgb(199,89,68); }
div.DivClassName
{
background-color: #C75944;
}
.BgClassName
{
background-color: #C75944;
}
</style>
border-color css
<style>
span { border-color: #C75944; }
span { border-color: rgb(199,89,68); }
td.TdClassName
{
border-color: #C75944;
}
.TagClassName
{
border-color: #C75944;
}
</style>