Shades of Dark Coral #CC6443
Tints of Dark Coral #CC6443
RGB
CMYK
RGB Variations
Color information
#CC6443 (or 0xCC6443) is known color: Dark Coral. HEX triplet: CC, 64 and 43. RGB value is (204,100,67). Sum of RGB (Red+Green+Blue) = 204+100+67=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6443 is #339BBC. Grayscale: #7F7F7F. Windows color (decimal): -3382205 or 4416716. OLE color: 4416716.
HSL color Cylindrical-coordinate representation of color #CC6443: hue angle of 14.45º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC6443 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 67 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.2 |
| HSL | 14.45º | 0.57% | 0.53% | - |
| HSV(B) | 14.45º | 0.67% | 0.8% | - |
| XYZ | 30.47 | 22.36 | 8.02 | - |
| YUV | 127.33 | 93.96 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 67 | 0 | 0.51 | 0.67 | 0.2 | 14.45 | 0.57 | 0.53 |
| Hex | CC | 64 | 43 | 0 | 33 | 43 | 14 | E | 39 | 35 |
| Octal | 314 | 144 | 103 | 0 | 63 | 103 | 24 | 16 | 71 | 65 |
| Binary | 11001100 | 1100100 | 1000011 | 0 | 110011 | 1000011 | 10100 | 1110 | 111001 | 110101 |
Color Harmonies of #CC6443
Complementary color
Monochromatic Colors of #CC6443
Black with #CC6443
Text Example
Text Example
White with #CC6443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6443; }
p { color: rgb(204,100,67); }
H1.HeaderClassName
{
color: #CC6443;
}
.AnyTagClassName
{
color: #CC6443;
}
</style>
background-color css
<style>
a { background-color: #CC6443; }
a { background-color: rgb(204,100,67); }
div.DivClassName
{
background-color: #CC6443;
}
.BgClassName
{
background-color: #CC6443;
}
</style>
border-color css
<style>
span { border-color: #CC6443; }
span { border-color: rgb(204,100,67); }
td.TdClassName
{
border-color: #CC6443;
}
.TagClassName
{
border-color: #CC6443;
}
</style>