Shades of Dark Coral #C75E4C
Tints of Dark Coral #C75E4C
RGB
CMYK
RGB Variations
Color information
#C75E4C (or 0xC75E4C) is known color: Dark Coral. HEX triplet: C7, 5E and 4C. RGB value is (199,94,76). Sum of RGB (Red+Green+Blue) = 199+94+76=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75E4C is #38A1B3. Grayscale: #7B7B7B. Windows color (decimal): -3711412 or 5004999. OLE color: 5004999.
HSL color Cylindrical-coordinate representation of color #C75E4C: hue angle of 8.78º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C75E4C is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 94 | 76 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.22 |
| HSL | 8.78º | 0.52% | 0.54% | - |
| HSV(B) | 8.78º | 0.62% | 0.78% | - |
| XYZ | 28.86 | 20.67 | 9.31 | - |
| YUV | 123.34 | 101.29 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 94 | 76 | 0 | 0.53 | 0.62 | 0.22 | 8.78 | 0.52 | 0.54 |
| Hex | C7 | 5E | 4C | 0 | 35 | 3E | 16 | 9 | 34 | 36 |
| Octal | 307 | 136 | 114 | 0 | 65 | 76 | 26 | 11 | 64 | 66 |
| Binary | 11000111 | 1011110 | 1001100 | 0 | 110101 | 111110 | 10110 | 1001 | 110100 | 110110 |
Color Harmonies of #C75E4C
Complementary color
Monochromatic Colors of #C75E4C
Black with #C75E4C
Text Example
Text Example
White with #C75E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75E4C; }
p { color: rgb(199,94,76); }
H1.HeaderClassName
{
color: #C75E4C;
}
.AnyTagClassName
{
color: #C75E4C;
}
</style>
background-color css
<style>
a { background-color: #C75E4C; }
a { background-color: rgb(199,94,76); }
div.DivClassName
{
background-color: #C75E4C;
}
.BgClassName
{
background-color: #C75E4C;
}
</style>
border-color css
<style>
span { border-color: #C75E4C; }
span { border-color: rgb(199,94,76); }
td.TdClassName
{
border-color: #C75E4C;
}
.TagClassName
{
border-color: #C75E4C;
}
</style>