Shades of Dark Coral #CC6146
Tints of Dark Coral #CC6146
RGB
CMYK
RGB Variations
Color information
#CC6146 (or 0xCC6146) is known color: Dark Coral. HEX triplet: CC, 61 and 46. RGB value is (204,97,70). Sum of RGB (Red+Green+Blue) = 204+97+70=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6146 is #339EB9. Grayscale: #7E7E7E. Windows color (decimal): -3382970 or 4612556. OLE color: 4612556.
HSL color Cylindrical-coordinate representation of color #CC6146: hue angle of 12.09º 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 #CC6146 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 70 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.2 |
| HSL | 12.09º | 0.57% | 0.54% | - |
| HSV(B) | 12.09º | 0.66% | 0.8% | - |
| XYZ | 30.28 | 21.83 | 8.41 | - |
| YUV | 125.92 | 96.45 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 70 | 0 | 0.52 | 0.66 | 0.2 | 12.09 | 0.57 | 0.54 |
| Hex | CC | 61 | 46 | 0 | 34 | 42 | 14 | C | 39 | 36 |
| Octal | 314 | 141 | 106 | 0 | 64 | 102 | 24 | 14 | 71 | 66 |
| Binary | 11001100 | 1100001 | 1000110 | 0 | 110100 | 1000010 | 10100 | 1100 | 111001 | 110110 |
Color Harmonies of #CC6146
Complementary color
Monochromatic Colors of #CC6146
Black with #CC6146
Text Example
Text Example
White with #CC6146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6146; }
p { color: rgb(204,97,70); }
H1.HeaderClassName
{
color: #CC6146;
}
.AnyTagClassName
{
color: #CC6146;
}
</style>
background-color css
<style>
a { background-color: #CC6146; }
a { background-color: rgb(204,97,70); }
div.DivClassName
{
background-color: #CC6146;
}
.BgClassName
{
background-color: #CC6146;
}
</style>
border-color css
<style>
span { border-color: #CC6146; }
span { border-color: rgb(204,97,70); }
td.TdClassName
{
border-color: #CC6146;
}
.TagClassName
{
border-color: #CC6146;
}
</style>