Shades of Dark Coral #CC5641
Tints of Dark Coral #CC5641
RGB
CMYK
RGB Variations
Color information
#CC5641 (or 0xCC5641) is known color: Dark Coral. HEX triplet: CC, 56 and 41. RGB value is (204,86,65). Sum of RGB (Red+Green+Blue) = 204+86+65=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5641 is #33A9BE. Grayscale: #777777. Windows color (decimal): -3385791 or 4282060. OLE color: 4282060.
HSL color Cylindrical-coordinate representation of color #CC5641: hue angle of 9.06º 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 #CC5641 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 65 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.2 |
| HSL | 9.06º | 0.58% | 0.53% | - |
| HSV(B) | 9.06º | 0.68% | 0.8% | - |
| XYZ | 29.18 | 19.87 | 7.3 | - |
| YUV | 118.89 | 97.59 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 65 | 0 | 0.58 | 0.68 | 0.2 | 9.06 | 0.58 | 0.53 |
| Hex | CC | 56 | 41 | 0 | 3A | 44 | 14 | 9 | 3A | 35 |
| Octal | 314 | 126 | 101 | 0 | 72 | 104 | 24 | 11 | 72 | 65 |
| Binary | 11001100 | 1010110 | 1000001 | 0 | 111010 | 1000100 | 10100 | 1001 | 111010 | 110101 |
Color Harmonies of #CC5641
Complementary color
Monochromatic Colors of #CC5641
Black with #CC5641
Text Example
Text Example
White with #CC5641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5641; }
p { color: rgb(204,86,65); }
H1.HeaderClassName
{
color: #CC5641;
}
.AnyTagClassName
{
color: #CC5641;
}
</style>
background-color css
<style>
a { background-color: #CC5641; }
a { background-color: rgb(204,86,65); }
div.DivClassName
{
background-color: #CC5641;
}
.BgClassName
{
background-color: #CC5641;
}
</style>
border-color css
<style>
span { border-color: #CC5641; }
span { border-color: rgb(204,86,65); }
td.TdClassName
{
border-color: #CC5641;
}
.TagClassName
{
border-color: #CC5641;
}
</style>