Shades of Dark Coral #CC5141
Tints of Dark Coral #CC5141
RGB
CMYK
RGB Variations
Color information
#CC5141 (or 0xCC5141) is known color: Dark Coral. HEX triplet: CC, 51 and 41. RGB value is (204,81,65). Sum of RGB (Red+Green+Blue) = 204+81+65=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5141 is #33AEBE. Grayscale: #747474. Windows color (decimal): -3387071 or 4280780. OLE color: 4280780.
HSL color Cylindrical-coordinate representation of color #CC5141: hue angle of 6.91º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC5141 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 65 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.2 |
| HSL | 6.91º | 0.58% | 0.53% | - |
| HSV(B) | 6.91º | 0.68% | 0.8% | - |
| XYZ | 28.8 | 19.1 | 7.17 | - |
| YUV | 115.95 | 99.25 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 65 | 0 | 0.60 | 0.68 | 0.2 | 6.91 | 0.58 | 0.53 |
| Hex | CC | 51 | 41 | 0 | 3C | 44 | 14 | 7 | 3A | 35 |
| Octal | 314 | 121 | 101 | 0 | 74 | 104 | 24 | 7 | 72 | 65 |
| Binary | 11001100 | 1010001 | 1000001 | 0 | 111100 | 1000100 | 10100 | 111 | 111010 | 110101 |
Color Harmonies of #CC5141
Complementary color
Monochromatic Colors of #CC5141
Black with #CC5141
Text Example
Text Example
White with #CC5141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5141; }
p { color: rgb(204,81,65); }
H1.HeaderClassName
{
color: #CC5141;
}
.AnyTagClassName
{
color: #CC5141;
}
</style>
background-color css
<style>
a { background-color: #CC5141; }
a { background-color: rgb(204,81,65); }
div.DivClassName
{
background-color: #CC5141;
}
.BgClassName
{
background-color: #CC5141;
}
</style>
border-color css
<style>
span { border-color: #CC5141; }
span { border-color: rgb(204,81,65); }
td.TdClassName
{
border-color: #CC5141;
}
.TagClassName
{
border-color: #CC5141;
}
</style>