Shades of Dark Coral #CC604D
Tints of Dark Coral #CC604D
RGB
CMYK
RGB Variations
Color information
#CC604D (or 0xCC604D) is known color: Dark Coral. HEX triplet: CC, 60 and 4D. RGB value is (204,96,77). Sum of RGB (Red+Green+Blue) = 204+96+77=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC604D is #339FB2. Grayscale: #7E7E7E. Windows color (decimal): -3383219 or 5071052. OLE color: 5071052.
HSL color Cylindrical-coordinate representation of color #CC604D: hue angle of 8.98º 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 #CC604D is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 77 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.2 |
| HSL | 8.98º | 0.55% | 0.55% | - |
| HSV(B) | 8.98º | 0.62% | 0.8% | - |
| XYZ | 30.42 | 21.74 | 9.61 | - |
| YUV | 126.13 | 100.28 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 77 | 0 | 0.53 | 0.62 | 0.2 | 8.98 | 0.55 | 0.55 |
| Hex | CC | 60 | 4D | 0 | 35 | 3E | 14 | 9 | 37 | 37 |
| Octal | 314 | 140 | 115 | 0 | 65 | 76 | 24 | 11 | 67 | 67 |
| Binary | 11001100 | 1100000 | 1001101 | 0 | 110101 | 111110 | 10100 | 1001 | 110111 | 110111 |
Color Harmonies of #CC604D
Complementary color
Monochromatic Colors of #CC604D
Black with #CC604D
Text Example
Text Example
White with #CC604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC604D; }
p { color: rgb(204,96,77); }
H1.HeaderClassName
{
color: #CC604D;
}
.AnyTagClassName
{
color: #CC604D;
}
</style>
background-color css
<style>
a { background-color: #CC604D; }
a { background-color: rgb(204,96,77); }
div.DivClassName
{
background-color: #CC604D;
}
.BgClassName
{
background-color: #CC604D;
}
</style>
border-color css
<style>
span { border-color: #CC604D; }
span { border-color: rgb(204,96,77); }
td.TdClassName
{
border-color: #CC604D;
}
.TagClassName
{
border-color: #CC604D;
}
</style>