Shades of Dark Coral #CC543E
Tints of Dark Coral #CC543E
RGB
CMYK
RGB Variations
Color information
#CC543E (or 0xCC543E) is known color: Dark Coral. HEX triplet: CC, 54 and 3E. RGB value is (204,84,62). Sum of RGB (Red+Green+Blue) = 204+84+62=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC543E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC543E is #33ABC1. Grayscale: #757575. Windows color (decimal): -3386306 or 4084940. OLE color: 4084940.
HSL color Cylindrical-coordinate representation of color #CC543E: hue angle of 9.3º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC543E is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 62 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.2 |
| HSL | 9.3º | 0.58% | 0.52% | - |
| HSV(B) | 9.3º | 0.7% | 0.8% | - |
| XYZ | 28.94 | 19.53 | 6.8 | - |
| YUV | 117.37 | 96.76 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 62 | 0 | 0.59 | 0.70 | 0.2 | 9.3 | 0.58 | 0.52 |
| Hex | CC | 54 | 3E | 0 | 3B | 46 | 14 | 9 | 3A | 34 |
| Octal | 314 | 124 | 76 | 0 | 73 | 106 | 24 | 11 | 72 | 64 |
| Binary | 11001100 | 1010100 | 111110 | 0 | 111011 | 1000110 | 10100 | 1001 | 111010 | 110100 |
Color Harmonies of #CC543E
Complementary color
Monochromatic Colors of #CC543E
Black with #CC543E
Text Example
Text Example
White with #CC543E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC543E; }
p { color: rgb(204,84,62); }
H1.HeaderClassName
{
color: #CC543E;
}
.AnyTagClassName
{
color: #CC543E;
}
</style>
background-color css
<style>
a { background-color: #CC543E; }
a { background-color: rgb(204,84,62); }
div.DivClassName
{
background-color: #CC543E;
}
.BgClassName
{
background-color: #CC543E;
}
</style>
border-color css
<style>
span { border-color: #CC543E; }
span { border-color: rgb(204,84,62); }
td.TdClassName
{
border-color: #CC543E;
}
.TagClassName
{
border-color: #CC543E;
}
</style>