Shades of Dark Coral #CC6545
Tints of Dark Coral #CC6545
RGB
CMYK
RGB Variations
Color information
#CC6545 (or 0xCC6545) is known color: Dark Coral. HEX triplet: CC, 65 and 45. RGB value is (204,101,69). Sum of RGB (Red+Green+Blue) = 204+101+69=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6545 is #339ABA. Grayscale: #808080. Windows color (decimal): -3381947 or 4548044. OLE color: 4548044.
HSL color Cylindrical-coordinate representation of color #CC6545: hue angle of 14.22º 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 #CC6545 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 69 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.2 |
| HSL | 14.22º | 0.57% | 0.54% | - |
| HSV(B) | 14.22º | 0.66% | 0.8% | - |
| XYZ | 30.63 | 22.57 | 8.37 | - |
| YUV | 128.15 | 94.62 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 69 | 0 | 0.50 | 0.66 | 0.2 | 14.22 | 0.57 | 0.54 |
| Hex | CC | 65 | 45 | 0 | 32 | 42 | 14 | E | 39 | 36 |
| Octal | 314 | 145 | 105 | 0 | 62 | 102 | 24 | 16 | 71 | 66 |
| Binary | 11001100 | 1100101 | 1000101 | 0 | 110010 | 1000010 | 10100 | 1110 | 111001 | 110110 |
Color Harmonies of #CC6545
Complementary color
Monochromatic Colors of #CC6545
Black with #CC6545
Text Example
Text Example
White with #CC6545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6545; }
p { color: rgb(204,101,69); }
H1.HeaderClassName
{
color: #CC6545;
}
.AnyTagClassName
{
color: #CC6545;
}
</style>
background-color css
<style>
a { background-color: #CC6545; }
a { background-color: rgb(204,101,69); }
div.DivClassName
{
background-color: #CC6545;
}
.BgClassName
{
background-color: #CC6545;
}
</style>
border-color css
<style>
span { border-color: #CC6545; }
span { border-color: rgb(204,101,69); }
td.TdClassName
{
border-color: #CC6545;
}
.TagClassName
{
border-color: #CC6545;
}
</style>