Shades of Dark Coral #C75A44
Tints of Dark Coral #C75A44
RGB
CMYK
RGB Variations
Color information
#C75A44 (or 0xC75A44) is known color: Dark Coral. HEX triplet: C7, 5A and 44. RGB value is (199,90,68). Sum of RGB (Red+Green+Blue) = 199+90+68=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75A44 is #38A5BB. Grayscale: #787878. Windows color (decimal): -3712444 or 4479687. OLE color: 4479687.
HSL color Cylindrical-coordinate representation of color #C75A44: hue angle of 10.08º 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 #C75A44 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 68 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.22 |
| HSL | 10.08º | 0.54% | 0.52% | - |
| HSV(B) | 10.08º | 0.66% | 0.78% | - |
| XYZ | 28.25 | 19.87 | 7.82 | - |
| YUV | 120.08 | 98.61 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 68 | 0 | 0.55 | 0.66 | 0.22 | 10.08 | 0.54 | 0.52 |
| Hex | C7 | 5A | 44 | 0 | 37 | 42 | 16 | A | 36 | 34 |
| Octal | 307 | 132 | 104 | 0 | 67 | 102 | 26 | 12 | 66 | 64 |
| Binary | 11000111 | 1011010 | 1000100 | 0 | 110111 | 1000010 | 10110 | 1010 | 110110 | 110100 |
Color Harmonies of #C75A44
Complementary color
Monochromatic Colors of #C75A44
Black with #C75A44
Text Example
Text Example
White with #C75A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A44; }
p { color: rgb(199,90,68); }
H1.HeaderClassName
{
color: #C75A44;
}
.AnyTagClassName
{
color: #C75A44;
}
</style>
background-color css
<style>
a { background-color: #C75A44; }
a { background-color: rgb(199,90,68); }
div.DivClassName
{
background-color: #C75A44;
}
.BgClassName
{
background-color: #C75A44;
}
</style>
border-color css
<style>
span { border-color: #C75A44; }
span { border-color: rgb(199,90,68); }
td.TdClassName
{
border-color: #C75A44;
}
.TagClassName
{
border-color: #C75A44;
}
</style>