Shades of Dark Coral #CC6546
Tints of Dark Coral #CC6546
RGB
CMYK
RGB Variations
Color information
#CC6546 (or 0xCC6546) is known color: Dark Coral. HEX triplet: CC, 65 and 46. RGB value is (204,101,70). Sum of RGB (Red+Green+Blue) = 204+101+70=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6546 is #339AB9. Grayscale: #808080. Windows color (decimal): -3381946 or 4613580. OLE color: 4613580.
HSL color Cylindrical-coordinate representation of color #CC6546: hue angle of 13.88º 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 #CC6546 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 70 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.2 |
| HSL | 13.88º | 0.57% | 0.54% | - |
| HSV(B) | 13.88º | 0.66% | 0.8% | - |
| XYZ | 30.66 | 22.59 | 8.54 | - |
| YUV | 128.26 | 95.12 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 70 | 0 | 0.50 | 0.66 | 0.2 | 13.88 | 0.57 | 0.54 |
| Hex | CC | 65 | 46 | 0 | 32 | 42 | 14 | E | 39 | 36 |
| Octal | 314 | 145 | 106 | 0 | 62 | 102 | 24 | 16 | 71 | 66 |
| Binary | 11001100 | 1100101 | 1000110 | 0 | 110010 | 1000010 | 10100 | 1110 | 111001 | 110110 |
Color Harmonies of #CC6546
Complementary color
Monochromatic Colors of #CC6546
Black with #CC6546
Text Example
Text Example
White with #CC6546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6546; }
p { color: rgb(204,101,70); }
H1.HeaderClassName
{
color: #CC6546;
}
.AnyTagClassName
{
color: #CC6546;
}
</style>
background-color css
<style>
a { background-color: #CC6546; }
a { background-color: rgb(204,101,70); }
div.DivClassName
{
background-color: #CC6546;
}
.BgClassName
{
background-color: #CC6546;
}
</style>
border-color css
<style>
span { border-color: #CC6546; }
span { border-color: rgb(204,101,70); }
td.TdClassName
{
border-color: #CC6546;
}
.TagClassName
{
border-color: #CC6546;
}
</style>