Shades of Dark Coral #CC5C49
Tints of Dark Coral #CC5C49
RGB
CMYK
RGB Variations
Color information
#CC5C49 (or 0xCC5C49) is known color: Dark Coral. HEX triplet: CC, 5C and 49. RGB value is (204,92,73). Sum of RGB (Red+Green+Blue) = 204+92+73=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5C49 is #33A3B6. Grayscale: #7B7B7B. Windows color (decimal): -3384247 or 4807884. OLE color: 4807884.
HSL color Cylindrical-coordinate representation of color #CC5C49: hue angle of 8.7º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC5C49 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 73 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.2 |
| HSL | 8.7º | 0.56% | 0.54% | - |
| HSV(B) | 8.7º | 0.64% | 0.8% | - |
| XYZ | 29.93 | 20.97 | 8.77 | - |
| YUV | 123.32 | 99.61 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 73 | 0 | 0.55 | 0.64 | 0.2 | 8.7 | 0.56 | 0.54 |
| Hex | CC | 5C | 49 | 0 | 37 | 40 | 14 | 9 | 38 | 36 |
| Octal | 314 | 134 | 111 | 0 | 67 | 100 | 24 | 11 | 70 | 66 |
| Binary | 11001100 | 1011100 | 1001001 | 0 | 110111 | 1000000 | 10100 | 1001 | 111000 | 110110 |
Color Harmonies of #CC5C49
Complementary color
Monochromatic Colors of #CC5C49
Black with #CC5C49
Text Example
Text Example
White with #CC5C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C49; }
p { color: rgb(204,92,73); }
H1.HeaderClassName
{
color: #CC5C49;
}
.AnyTagClassName
{
color: #CC5C49;
}
</style>
background-color css
<style>
a { background-color: #CC5C49; }
a { background-color: rgb(204,92,73); }
div.DivClassName
{
background-color: #CC5C49;
}
.BgClassName
{
background-color: #CC5C49;
}
</style>
border-color css
<style>
span { border-color: #CC5C49; }
span { border-color: rgb(204,92,73); }
td.TdClassName
{
border-color: #CC5C49;
}
.TagClassName
{
border-color: #CC5C49;
}
</style>