Shades of Dark Coral #CC6445
Tints of Dark Coral #CC6445
RGB
CMYK
RGB Variations
Color information
#CC6445 (or 0xCC6445) is known color: Dark Coral. HEX triplet: CC, 64 and 45. RGB value is (204,100,69). Sum of RGB (Red+Green+Blue) = 204+100+69=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6445 is #339BBA. Grayscale: #7F7F7F. Windows color (decimal): -3382203 or 4547788. OLE color: 4547788.
HSL color Cylindrical-coordinate representation of color #CC6445: hue angle of 13.78º 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 #CC6445 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 69 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.2 |
| HSL | 13.78º | 0.57% | 0.54% | - |
| HSV(B) | 13.78º | 0.66% | 0.8% | - |
| XYZ | 30.53 | 22.38 | 8.34 | - |
| YUV | 127.56 | 94.96 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 69 | 0 | 0.51 | 0.66 | 0.2 | 13.78 | 0.57 | 0.54 |
| Hex | CC | 64 | 45 | 0 | 33 | 42 | 14 | E | 39 | 36 |
| Octal | 314 | 144 | 105 | 0 | 63 | 102 | 24 | 16 | 71 | 66 |
| Binary | 11001100 | 1100100 | 1000101 | 0 | 110011 | 1000010 | 10100 | 1110 | 111001 | 110110 |
Color Harmonies of #CC6445
Complementary color
Monochromatic Colors of #CC6445
Black with #CC6445
Text Example
Text Example
White with #CC6445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6445; }
p { color: rgb(204,100,69); }
H1.HeaderClassName
{
color: #CC6445;
}
.AnyTagClassName
{
color: #CC6445;
}
</style>
background-color css
<style>
a { background-color: #CC6445; }
a { background-color: rgb(204,100,69); }
div.DivClassName
{
background-color: #CC6445;
}
.BgClassName
{
background-color: #CC6445;
}
</style>
border-color css
<style>
span { border-color: #CC6445; }
span { border-color: rgb(204,100,69); }
td.TdClassName
{
border-color: #CC6445;
}
.TagClassName
{
border-color: #CC6445;
}
</style>