Shades of Dark Coral #C7553E
Tints of Dark Coral #C7553E
RGB
CMYK
RGB Variations
Color information
#C7553E (or 0xC7553E) is known color: Dark Coral. HEX triplet: C7, 55 and 3E. RGB value is (199,85,62). Sum of RGB (Red+Green+Blue) = 199+85+62=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7553E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7553E is #38AAC1. Grayscale: #747474. Windows color (decimal): -3713730 or 4085191. OLE color: 4085191.
HSL color Cylindrical-coordinate representation of color #C7553E: hue angle of 10.07º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7553E is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 62 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.22 |
| HSL | 10.07º | 0.55% | 0.51% | - |
| HSV(B) | 10.07º | 0.69% | 0.78% | - |
| XYZ | 27.67 | 18.99 | 6.76 | - |
| YUV | 116.46 | 97.27 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 62 | 0 | 0.57 | 0.69 | 0.22 | 10.07 | 0.55 | 0.51 |
| Hex | C7 | 55 | 3E | 0 | 39 | 45 | 16 | A | 37 | 33 |
| Octal | 307 | 125 | 76 | 0 | 71 | 105 | 26 | 12 | 67 | 63 |
| Binary | 11000111 | 1010101 | 111110 | 0 | 111001 | 1000101 | 10110 | 1010 | 110111 | 110011 |
Color Harmonies of #C7553E
Complementary color
Monochromatic Colors of #C7553E
Black with #C7553E
Text Example
Text Example
White with #C7553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7553E; }
p { color: rgb(199,85,62); }
H1.HeaderClassName
{
color: #C7553E;
}
.AnyTagClassName
{
color: #C7553E;
}
</style>
background-color css
<style>
a { background-color: #C7553E; }
a { background-color: rgb(199,85,62); }
div.DivClassName
{
background-color: #C7553E;
}
.BgClassName
{
background-color: #C7553E;
}
</style>
border-color css
<style>
span { border-color: #C7553E; }
span { border-color: rgb(199,85,62); }
td.TdClassName
{
border-color: #C7553E;
}
.TagClassName
{
border-color: #C7553E;
}
</style>