Shades of Dark Coral #C75C4C
Tints of Dark Coral #C75C4C
RGB
CMYK
RGB Variations
Color information
#C75C4C (or 0xC75C4C) is known color: Dark Coral. HEX triplet: C7, 5C and 4C. RGB value is (199,92,76). Sum of RGB (Red+Green+Blue) = 199+92+76=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75C4C is #38A3B3. Grayscale: #7A7A7A. Windows color (decimal): -3711924 or 5004487. OLE color: 5004487.
HSL color Cylindrical-coordinate representation of color #C75C4C: hue angle of 7.8º 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 #C75C4C is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 92 | 76 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.22 |
| HSL | 7.8º | 0.52% | 0.54% | - |
| HSV(B) | 7.8º | 0.62% | 0.78% | - |
| XYZ | 28.68 | 20.32 | 9.25 | - |
| YUV | 122.17 | 101.95 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 76 | 0 | 0.54 | 0.62 | 0.22 | 7.8 | 0.52 | 0.54 |
| Hex | C7 | 5C | 4C | 0 | 36 | 3E | 16 | 8 | 34 | 36 |
| Octal | 307 | 134 | 114 | 0 | 66 | 76 | 26 | 10 | 64 | 66 |
| Binary | 11000111 | 1011100 | 1001100 | 0 | 110110 | 111110 | 10110 | 1000 | 110100 | 110110 |
Color Harmonies of #C75C4C
Complementary color
Monochromatic Colors of #C75C4C
Black with #C75C4C
Text Example
Text Example
White with #C75C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75C4C; }
p { color: rgb(199,92,76); }
H1.HeaderClassName
{
color: #C75C4C;
}
.AnyTagClassName
{
color: #C75C4C;
}
</style>
background-color css
<style>
a { background-color: #C75C4C; }
a { background-color: rgb(199,92,76); }
div.DivClassName
{
background-color: #C75C4C;
}
.BgClassName
{
background-color: #C75C4C;
}
</style>
border-color css
<style>
span { border-color: #C75C4C; }
span { border-color: rgb(199,92,76); }
td.TdClassName
{
border-color: #C75C4C;
}
.TagClassName
{
border-color: #C75C4C;
}
</style>