Shades of Dark Coral #CC5541
Tints of Dark Coral #CC5541
RGB
CMYK
RGB Variations
Color information
#CC5541 (or 0xCC5541) is known color: Dark Coral. HEX triplet: CC, 55 and 41. RGB value is (204,85,65). Sum of RGB (Red+Green+Blue) = 204+85+65=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5541 is #33AABE. Grayscale: #767676. Windows color (decimal): -3386047 or 4281804. OLE color: 4281804.
HSL color Cylindrical-coordinate representation of color #CC5541: hue angle of 8.63º 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 #CC5541 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 65 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.2 |
| HSL | 8.63º | 0.58% | 0.53% | - |
| HSV(B) | 8.63º | 0.68% | 0.8% | - |
| XYZ | 29.1 | 19.72 | 7.27 | - |
| YUV | 118.3 | 97.92 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 65 | 0 | 0.58 | 0.68 | 0.2 | 8.63 | 0.58 | 0.53 |
| Hex | CC | 55 | 41 | 0 | 3A | 44 | 14 | 9 | 3A | 35 |
| Octal | 314 | 125 | 101 | 0 | 72 | 104 | 24 | 11 | 72 | 65 |
| Binary | 11001100 | 1010101 | 1000001 | 0 | 111010 | 1000100 | 10100 | 1001 | 111010 | 110101 |
Color Harmonies of #CC5541
Complementary color
Monochromatic Colors of #CC5541
Black with #CC5541
Text Example
Text Example
White with #CC5541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5541; }
p { color: rgb(204,85,65); }
H1.HeaderClassName
{
color: #CC5541;
}
.AnyTagClassName
{
color: #CC5541;
}
</style>
background-color css
<style>
a { background-color: #CC5541; }
a { background-color: rgb(204,85,65); }
div.DivClassName
{
background-color: #CC5541;
}
.BgClassName
{
background-color: #CC5541;
}
</style>
border-color css
<style>
span { border-color: #CC5541; }
span { border-color: rgb(204,85,65); }
td.TdClassName
{
border-color: #CC5541;
}
.TagClassName
{
border-color: #CC5541;
}
</style>