Shades of Dark Coral #CC604A
Tints of Dark Coral #CC604A
RGB
CMYK
RGB Variations
Color information
#CC604A (or 0xCC604A) is known color: Dark Coral. HEX triplet: CC, 60 and 4A. RGB value is (204,96,74). Sum of RGB (Red+Green+Blue) = 204+96+74=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC604A is #339FB5. Grayscale: #7D7D7D. Windows color (decimal): -3383222 or 4874444. OLE color: 4874444.
HSL color Cylindrical-coordinate representation of color #CC604A: hue angle of 10.15º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC604A is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 74 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.2 |
| HSL | 10.15º | 0.56% | 0.55% | - |
| HSV(B) | 10.15º | 0.64% | 0.8% | - |
| XYZ | 30.32 | 21.7 | 9.07 | - |
| YUV | 125.78 | 98.78 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 74 | 0 | 0.53 | 0.64 | 0.2 | 10.15 | 0.56 | 0.55 |
| Hex | CC | 60 | 4A | 0 | 35 | 40 | 14 | A | 38 | 37 |
| Octal | 314 | 140 | 112 | 0 | 65 | 100 | 24 | 12 | 70 | 67 |
| Binary | 11001100 | 1100000 | 1001010 | 0 | 110101 | 1000000 | 10100 | 1010 | 111000 | 110111 |
Color Harmonies of #CC604A
Complementary color
Monochromatic Colors of #CC604A
Black with #CC604A
Text Example
Text Example
White with #CC604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC604A; }
p { color: rgb(204,96,74); }
H1.HeaderClassName
{
color: #CC604A;
}
.AnyTagClassName
{
color: #CC604A;
}
</style>
background-color css
<style>
a { background-color: #CC604A; }
a { background-color: rgb(204,96,74); }
div.DivClassName
{
background-color: #CC604A;
}
.BgClassName
{
background-color: #CC604A;
}
</style>
border-color css
<style>
span { border-color: #CC604A; }
span { border-color: rgb(204,96,74); }
td.TdClassName
{
border-color: #CC604A;
}
.TagClassName
{
border-color: #CC604A;
}
</style>