Shades of Dark Coral #C75F4C
Tints of Dark Coral #C75F4C
RGB
CMYK
RGB Variations
Color information
#C75F4C (or 0xC75F4C) is known color: Dark Coral. HEX triplet: C7, 5F and 4C. RGB value is (199,95,76). Sum of RGB (Red+Green+Blue) = 199+95+76=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C75F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75F4C is #38A0B3. Grayscale: #7C7C7C. Windows color (decimal): -3711156 or 5005255. OLE color: 5005255.
HSL color Cylindrical-coordinate representation of color #C75F4C: hue angle of 9.27º 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 #C75F4C is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 95 | 76 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.22 |
| HSL | 9.27º | 0.52% | 0.54% | - |
| HSV(B) | 9.27º | 0.62% | 0.78% | - |
| XYZ | 28.95 | 20.85 | 9.34 | - |
| YUV | 123.93 | 100.96 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 95 | 76 | 0 | 0.52 | 0.62 | 0.22 | 9.27 | 0.52 | 0.54 |
| Hex | C7 | 5F | 4C | 0 | 34 | 3E | 16 | 9 | 34 | 36 |
| Octal | 307 | 137 | 114 | 0 | 64 | 76 | 26 | 11 | 64 | 66 |
| Binary | 11000111 | 1011111 | 1001100 | 0 | 110100 | 111110 | 10110 | 1001 | 110100 | 110110 |
Color Harmonies of #C75F4C
Complementary color
Monochromatic Colors of #C75F4C
Black with #C75F4C
Text Example
Text Example
White with #C75F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75F4C; }
p { color: rgb(199,95,76); }
H1.HeaderClassName
{
color: #C75F4C;
}
.AnyTagClassName
{
color: #C75F4C;
}
</style>
background-color css
<style>
a { background-color: #C75F4C; }
a { background-color: rgb(199,95,76); }
div.DivClassName
{
background-color: #C75F4C;
}
.BgClassName
{
background-color: #C75F4C;
}
</style>
border-color css
<style>
span { border-color: #C75F4C; }
span { border-color: rgb(199,95,76); }
td.TdClassName
{
border-color: #C75F4C;
}
.TagClassName
{
border-color: #C75F4C;
}
</style>