Shades of Dark Coral #CC614D
Tints of Dark Coral #CC614D
RGB
CMYK
RGB Variations
Color information
#CC614D (or 0xCC614D) is known color: Dark Coral. HEX triplet: CC, 61 and 4D. RGB value is (204,97,77). Sum of RGB (Red+Green+Blue) = 204+97+77=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC614D is #339EB2. Grayscale: #7E7E7E. Windows color (decimal): -3382963 or 5071308. OLE color: 5071308.
HSL color Cylindrical-coordinate representation of color #CC614D: hue angle of 9.45º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC614D is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 77 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.2 |
| HSL | 9.45º | 0.55% | 0.55% | - |
| HSV(B) | 9.45º | 0.62% | 0.8% | - |
| XYZ | 30.52 | 21.92 | 9.64 | - |
| YUV | 126.71 | 99.95 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 77 | 0 | 0.52 | 0.62 | 0.2 | 9.45 | 0.55 | 0.55 |
| Hex | CC | 61 | 4D | 0 | 34 | 3E | 14 | 9 | 37 | 37 |
| Octal | 314 | 141 | 115 | 0 | 64 | 76 | 24 | 11 | 67 | 67 |
| Binary | 11001100 | 1100001 | 1001101 | 0 | 110100 | 111110 | 10100 | 1001 | 110111 | 110111 |
Color Harmonies of #CC614D
Complementary color
Monochromatic Colors of #CC614D
Black with #CC614D
Text Example
Text Example
White with #CC614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC614D; }
p { color: rgb(204,97,77); }
H1.HeaderClassName
{
color: #CC614D;
}
.AnyTagClassName
{
color: #CC614D;
}
</style>
background-color css
<style>
a { background-color: #CC614D; }
a { background-color: rgb(204,97,77); }
div.DivClassName
{
background-color: #CC614D;
}
.BgClassName
{
background-color: #CC614D;
}
</style>
border-color css
<style>
span { border-color: #CC614D; }
span { border-color: rgb(204,97,77); }
td.TdClassName
{
border-color: #CC614D;
}
.TagClassName
{
border-color: #CC614D;
}
</style>