Shades of Dark Coral #CC5045
Tints of Dark Coral #CC5045
RGB
CMYK
RGB Variations
Color information
#CC5045 (or 0xCC5045) is known color: Dark Coral. HEX triplet: CC, 50 and 45. RGB value is (204,80,69). Sum of RGB (Red+Green+Blue) = 204+80+69=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5045 is #33AFBA. Grayscale: #737373. Windows color (decimal): -3387323 or 4542668. OLE color: 4542668.
HSL color Cylindrical-coordinate representation of color #CC5045: hue angle of 4.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC5045 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 69 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.2 |
| HSL | 4.89º | 0.57% | 0.54% | - |
| HSV(B) | 4.89º | 0.66% | 0.8% | - |
| XYZ | 28.84 | 19 | 7.78 | - |
| YUV | 115.82 | 101.58 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 69 | 0 | 0.61 | 0.66 | 0.2 | 4.89 | 0.57 | 0.54 |
| Hex | CC | 50 | 45 | 0 | 3D | 42 | 14 | 5 | 39 | 36 |
| Octal | 314 | 120 | 105 | 0 | 75 | 102 | 24 | 5 | 71 | 66 |
| Binary | 11001100 | 1010000 | 1000101 | 0 | 111101 | 1000010 | 10100 | 101 | 111001 | 110110 |
Color Harmonies of #CC5045
Complementary color
Monochromatic Colors of #CC5045
Black with #CC5045
Text Example
Text Example
White with #CC5045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5045; }
p { color: rgb(204,80,69); }
H1.HeaderClassName
{
color: #CC5045;
}
.AnyTagClassName
{
color: #CC5045;
}
</style>
background-color css
<style>
a { background-color: #CC5045; }
a { background-color: rgb(204,80,69); }
div.DivClassName
{
background-color: #CC5045;
}
.BgClassName
{
background-color: #CC5045;
}
</style>
border-color css
<style>
span { border-color: #CC5045; }
span { border-color: rgb(204,80,69); }
td.TdClassName
{
border-color: #CC5045;
}
.TagClassName
{
border-color: #CC5045;
}
</style>