Shades of Dark Coral #CC5548
Tints of Dark Coral #CC5548
RGB
CMYK
RGB Variations
Color information
#CC5548 (or 0xCC5548) is known color: Dark Coral. HEX triplet: CC, 55 and 48. RGB value is (204,85,72). Sum of RGB (Red+Green+Blue) = 204+85+72=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5548 is #33AAB7. Grayscale: #777777. Windows color (decimal): -3386040 or 4740556. OLE color: 4740556.
HSL color Cylindrical-coordinate representation of color #CC5548: hue angle of 5.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC5548 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 72 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.2 |
| HSL | 5.91º | 0.56% | 0.54% | - |
| HSV(B) | 5.91º | 0.65% | 0.8% | - |
| XYZ | 29.32 | 19.8 | 8.41 | - |
| YUV | 119.1 | 101.42 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 72 | 0 | 0.58 | 0.65 | 0.2 | 5.91 | 0.56 | 0.54 |
| Hex | CC | 55 | 48 | 0 | 3A | 41 | 14 | 6 | 38 | 36 |
| Octal | 314 | 125 | 110 | 0 | 72 | 101 | 24 | 6 | 70 | 66 |
| Binary | 11001100 | 1010101 | 1001000 | 0 | 111010 | 1000001 | 10100 | 110 | 111000 | 110110 |
Color Harmonies of #CC5548
Complementary color
Monochromatic Colors of #CC5548
Black with #CC5548
Text Example
Text Example
White with #CC5548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5548; }
p { color: rgb(204,85,72); }
H1.HeaderClassName
{
color: #CC5548;
}
.AnyTagClassName
{
color: #CC5548;
}
</style>
background-color css
<style>
a { background-color: #CC5548; }
a { background-color: rgb(204,85,72); }
div.DivClassName
{
background-color: #CC5548;
}
.BgClassName
{
background-color: #CC5548;
}
</style>
border-color css
<style>
span { border-color: #CC5548; }
span { border-color: rgb(204,85,72); }
td.TdClassName
{
border-color: #CC5548;
}
.TagClassName
{
border-color: #CC5548;
}
</style>