Shades of Dark Coral #CC553D
Tints of Dark Coral #CC553D
RGB
CMYK
RGB Variations
Color information
#CC553D (or 0xCC553D) is known color: Dark Coral. HEX triplet: CC, 55 and 3D. RGB value is (204,85,61). Sum of RGB (Red+Green+Blue) = 204+85+61=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC553D is #33AAC2. Grayscale: #767676. Windows color (decimal): -3386051 or 4019660. OLE color: 4019660.
HSL color Cylindrical-coordinate representation of color #CC553D: hue angle of 10.07º 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 #CC553D is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 61 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.2 |
| HSL | 10.07º | 0.58% | 0.52% | - |
| HSV(B) | 10.07º | 0.7% | 0.8% | - |
| XYZ | 28.99 | 19.67 | 6.68 | - |
| YUV | 117.85 | 95.92 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 61 | 0 | 0.58 | 0.70 | 0.2 | 10.07 | 0.58 | 0.52 |
| Hex | CC | 55 | 3D | 0 | 3A | 46 | 14 | A | 3A | 34 |
| Octal | 314 | 125 | 75 | 0 | 72 | 106 | 24 | 12 | 72 | 64 |
| Binary | 11001100 | 1010101 | 111101 | 0 | 111010 | 1000110 | 10100 | 1010 | 111010 | 110100 |
Color Harmonies of #CC553D
Complementary color
Monochromatic Colors of #CC553D
Black with #CC553D
Text Example
Text Example
White with #CC553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC553D; }
p { color: rgb(204,85,61); }
H1.HeaderClassName
{
color: #CC553D;
}
.AnyTagClassName
{
color: #CC553D;
}
</style>
background-color css
<style>
a { background-color: #CC553D; }
a { background-color: rgb(204,85,61); }
div.DivClassName
{
background-color: #CC553D;
}
.BgClassName
{
background-color: #CC553D;
}
</style>
border-color css
<style>
span { border-color: #CC553D; }
span { border-color: rgb(204,85,61); }
td.TdClassName
{
border-color: #CC553D;
}
.TagClassName
{
border-color: #CC553D;
}
</style>