Shades of Dark Coral #CC5140
Tints of Dark Coral #CC5140
RGB
CMYK
RGB Variations
Color information
#CC5140 (or 0xCC5140) is known color: Dark Coral. HEX triplet: CC, 51 and 40. RGB value is (204,81,64). Sum of RGB (Red+Green+Blue) = 204+81+64=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5140 is #33AEBF. Grayscale: #747474. Windows color (decimal): -3387072 or 4215244. OLE color: 4215244.
HSL color Cylindrical-coordinate representation of color #CC5140: hue angle of 7.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC5140 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 64 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.2 |
| HSL | 7.29º | 0.58% | 0.53% | - |
| HSV(B) | 7.29º | 0.69% | 0.8% | - |
| XYZ | 28.77 | 19.09 | 7.02 | - |
| YUV | 115.84 | 98.75 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 64 | 0 | 0.60 | 0.69 | 0.2 | 7.29 | 0.58 | 0.53 |
| Hex | CC | 51 | 40 | 0 | 3C | 45 | 14 | 7 | 3A | 35 |
| Octal | 314 | 121 | 100 | 0 | 74 | 105 | 24 | 7 | 72 | 65 |
| Binary | 11001100 | 1010001 | 1000000 | 0 | 111100 | 1000101 | 10100 | 111 | 111010 | 110101 |
Color Harmonies of #CC5140
Complementary color
Monochromatic Colors of #CC5140
Black with #CC5140
Text Example
Text Example
White with #CC5140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5140; }
p { color: rgb(204,81,64); }
H1.HeaderClassName
{
color: #CC5140;
}
.AnyTagClassName
{
color: #CC5140;
}
</style>
background-color css
<style>
a { background-color: #CC5140; }
a { background-color: rgb(204,81,64); }
div.DivClassName
{
background-color: #CC5140;
}
.BgClassName
{
background-color: #CC5140;
}
</style>
border-color css
<style>
span { border-color: #CC5140; }
span { border-color: rgb(204,81,64); }
td.TdClassName
{
border-color: #CC5140;
}
.TagClassName
{
border-color: #CC5140;
}
</style>