Shades of Dark Coral #C75A43
Tints of Dark Coral #C75A43
RGB
CMYK
RGB Variations
Color information
#C75A43 (or 0xC75A43) is known color: Dark Coral. HEX triplet: C7, 5A and 43. RGB value is (199,90,67). Sum of RGB (Red+Green+Blue) = 199+90+67=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75A43 is #38A5BC. Grayscale: #787878. Windows color (decimal): -3712445 or 4414151. OLE color: 4414151.
HSL color Cylindrical-coordinate representation of color #C75A43: hue angle of 10.45º 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 #C75A43 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 67 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.22 |
| HSL | 10.45º | 0.54% | 0.52% | - |
| HSV(B) | 10.45º | 0.66% | 0.78% | - |
| XYZ | 28.22 | 19.86 | 7.66 | - |
| YUV | 119.97 | 98.11 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 67 | 0 | 0.55 | 0.66 | 0.22 | 10.45 | 0.54 | 0.52 |
| Hex | C7 | 5A | 43 | 0 | 37 | 42 | 16 | A | 36 | 34 |
| Octal | 307 | 132 | 103 | 0 | 67 | 102 | 26 | 12 | 66 | 64 |
| Binary | 11000111 | 1011010 | 1000011 | 0 | 110111 | 1000010 | 10110 | 1010 | 110110 | 110100 |
Color Harmonies of #C75A43
Complementary color
Monochromatic Colors of #C75A43
Black with #C75A43
Text Example
Text Example
White with #C75A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A43; }
p { color: rgb(199,90,67); }
H1.HeaderClassName
{
color: #C75A43;
}
.AnyTagClassName
{
color: #C75A43;
}
</style>
background-color css
<style>
a { background-color: #C75A43; }
a { background-color: rgb(199,90,67); }
div.DivClassName
{
background-color: #C75A43;
}
.BgClassName
{
background-color: #C75A43;
}
</style>
border-color css
<style>
span { border-color: #C75A43; }
span { border-color: rgb(199,90,67); }
td.TdClassName
{
border-color: #C75A43;
}
.TagClassName
{
border-color: #C75A43;
}
</style>