Shades of Dark Coral #C75F4A
Tints of Dark Coral #C75F4A
RGB
CMYK
RGB Variations
Color information
#C75F4A (or 0xC75F4A) is known color: Dark Coral. HEX triplet: C7, 5F and 4A. RGB value is (199,95,74). Sum of RGB (Red+Green+Blue) = 199+95+74=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C75F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75F4A is #38A0B5. Grayscale: #7B7B7B. Windows color (decimal): -3711158 or 4874183. OLE color: 4874183.
HSL color Cylindrical-coordinate representation of color #C75F4A: hue angle of 10.08º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C75F4A is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 95 | 74 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.22 |
| HSL | 10.08º | 0.53% | 0.54% | - |
| HSV(B) | 10.08º | 0.63% | 0.78% | - |
| XYZ | 28.88 | 20.82 | 8.98 | - |
| YUV | 123.7 | 99.96 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 95 | 74 | 0 | 0.52 | 0.63 | 0.22 | 10.08 | 0.53 | 0.54 |
| Hex | C7 | 5F | 4A | 0 | 34 | 3F | 16 | A | 35 | 36 |
| Octal | 307 | 137 | 112 | 0 | 64 | 77 | 26 | 12 | 65 | 66 |
| Binary | 11000111 | 1011111 | 1001010 | 0 | 110100 | 111111 | 10110 | 1010 | 110101 | 110110 |
Color Harmonies of #C75F4A
Complementary color
Monochromatic Colors of #C75F4A
Black with #C75F4A
Text Example
Text Example
White with #C75F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75F4A; }
p { color: rgb(199,95,74); }
H1.HeaderClassName
{
color: #C75F4A;
}
.AnyTagClassName
{
color: #C75F4A;
}
</style>
background-color css
<style>
a { background-color: #C75F4A; }
a { background-color: rgb(199,95,74); }
div.DivClassName
{
background-color: #C75F4A;
}
.BgClassName
{
background-color: #C75F4A;
}
</style>
border-color css
<style>
span { border-color: #C75F4A; }
span { border-color: rgb(199,95,74); }
td.TdClassName
{
border-color: #C75F4A;
}
.TagClassName
{
border-color: #C75F4A;
}
</style>