Shades of Dark Coral #CC6549
Tints of Dark Coral #CC6549
RGB
CMYK
RGB Variations
Color information
#CC6549 (or 0xCC6549) is known color: Dark Coral. HEX triplet: CC, 65 and 49. RGB value is (204,101,73). Sum of RGB (Red+Green+Blue) = 204+101+73=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6549 is #339AB6. Grayscale: #808080. Windows color (decimal): -3381943 or 4810188. OLE color: 4810188.
HSL color Cylindrical-coordinate representation of color #CC6549: hue angle of 12.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC6549 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 73 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.2 |
| HSL | 12.82º | 0.56% | 0.54% | - |
| HSV(B) | 12.82º | 0.64% | 0.8% | - |
| XYZ | 30.76 | 22.63 | 9.05 | - |
| YUV | 128.61 | 96.62 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 73 | 0 | 0.50 | 0.64 | 0.2 | 12.82 | 0.56 | 0.54 |
| Hex | CC | 65 | 49 | 0 | 32 | 40 | 14 | D | 38 | 36 |
| Octal | 314 | 145 | 111 | 0 | 62 | 100 | 24 | 15 | 70 | 66 |
| Binary | 11001100 | 1100101 | 1001001 | 0 | 110010 | 1000000 | 10100 | 1101 | 111000 | 110110 |
Color Harmonies of #CC6549
Complementary color
Monochromatic Colors of #CC6549
Black with #CC6549
Text Example
Text Example
White with #CC6549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6549; }
p { color: rgb(204,101,73); }
H1.HeaderClassName
{
color: #CC6549;
}
.AnyTagClassName
{
color: #CC6549;
}
</style>
background-color css
<style>
a { background-color: #CC6549; }
a { background-color: rgb(204,101,73); }
div.DivClassName
{
background-color: #CC6549;
}
.BgClassName
{
background-color: #CC6549;
}
</style>
border-color css
<style>
span { border-color: #CC6549; }
span { border-color: rgb(204,101,73); }
td.TdClassName
{
border-color: #CC6549;
}
.TagClassName
{
border-color: #CC6549;
}
</style>