Shades of Dark Coral #CC624C
Tints of Dark Coral #CC624C
RGB
CMYK
RGB Variations
Color information
#CC624C (or 0xCC624C) is known color: Dark Coral. HEX triplet: CC, 62 and 4C. RGB value is (204,98,76). Sum of RGB (Red+Green+Blue) = 204+98+76=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC624C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC624C is #339DB3. Grayscale: #7F7F7F. Windows color (decimal): -3382708 or 5006028. OLE color: 5006028.
HSL color Cylindrical-coordinate representation of color #CC624C: hue angle of 10.31º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC624C is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 76 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.2 |
| HSL | 10.31º | 0.56% | 0.55% | - |
| HSV(B) | 10.31º | 0.63% | 0.8% | - |
| XYZ | 30.57 | 22.09 | 9.49 | - |
| YUV | 127.19 | 99.12 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 76 | 0 | 0.52 | 0.63 | 0.2 | 10.31 | 0.56 | 0.55 |
| Hex | CC | 62 | 4C | 0 | 34 | 3F | 14 | A | 38 | 37 |
| Octal | 314 | 142 | 114 | 0 | 64 | 77 | 24 | 12 | 70 | 67 |
| Binary | 11001100 | 1100010 | 1001100 | 0 | 110100 | 111111 | 10100 | 1010 | 111000 | 110111 |
Color Harmonies of #CC624C
Complementary color
Monochromatic Colors of #CC624C
Black with #CC624C
Text Example
Text Example
White with #CC624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC624C; }
p { color: rgb(204,98,76); }
H1.HeaderClassName
{
color: #CC624C;
}
.AnyTagClassName
{
color: #CC624C;
}
</style>
background-color css
<style>
a { background-color: #CC624C; }
a { background-color: rgb(204,98,76); }
div.DivClassName
{
background-color: #CC624C;
}
.BgClassName
{
background-color: #CC624C;
}
</style>
border-color css
<style>
span { border-color: #CC624C; }
span { border-color: rgb(204,98,76); }
td.TdClassName
{
border-color: #CC624C;
}
.TagClassName
{
border-color: #CC624C;
}
</style>