Shades of Dark Coral #CC5245
Tints of Dark Coral #CC5245
RGB
CMYK
RGB Variations
Color information
#CC5245 (or 0xCC5245) is known color: Dark Coral. HEX triplet: CC, 52 and 45. RGB value is (204,82,69). Sum of RGB (Red+Green+Blue) = 204+82+69=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5245 is #33ADBA. Grayscale: #757575. Windows color (decimal): -3386811 or 4543180. OLE color: 4543180.
HSL color Cylindrical-coordinate representation of color #CC5245: hue angle of 5.78º 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 #CC5245 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 69 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.2 |
| HSL | 5.78º | 0.57% | 0.54% | - |
| HSV(B) | 5.78º | 0.66% | 0.8% | - |
| XYZ | 28.99 | 19.3 | 7.83 | - |
| YUV | 117 | 100.92 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 69 | 0 | 0.60 | 0.66 | 0.2 | 5.78 | 0.57 | 0.54 |
| Hex | CC | 52 | 45 | 0 | 3C | 42 | 14 | 6 | 39 | 36 |
| Octal | 314 | 122 | 105 | 0 | 74 | 102 | 24 | 6 | 71 | 66 |
| Binary | 11001100 | 1010010 | 1000101 | 0 | 111100 | 1000010 | 10100 | 110 | 111001 | 110110 |
Color Harmonies of #CC5245
Complementary color
Monochromatic Colors of #CC5245
Black with #CC5245
Text Example
Text Example
White with #CC5245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5245; }
p { color: rgb(204,82,69); }
H1.HeaderClassName
{
color: #CC5245;
}
.AnyTagClassName
{
color: #CC5245;
}
</style>
background-color css
<style>
a { background-color: #CC5245; }
a { background-color: rgb(204,82,69); }
div.DivClassName
{
background-color: #CC5245;
}
.BgClassName
{
background-color: #CC5245;
}
</style>
border-color css
<style>
span { border-color: #CC5245; }
span { border-color: rgb(204,82,69); }
td.TdClassName
{
border-color: #CC5245;
}
.TagClassName
{
border-color: #CC5245;
}
</style>