Shades of Dark Coral #CC6143
Tints of Dark Coral #CC6143
RGB
CMYK
RGB Variations
Color information
#CC6143 (or 0xCC6143) is known color: Dark Coral. HEX triplet: CC, 61 and 43. RGB value is (204,97,67). Sum of RGB (Red+Green+Blue) = 204+97+67=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6143 is #339EBC. Grayscale: #7D7D7D. Windows color (decimal): -3382973 or 4415948. OLE color: 4415948.
HSL color Cylindrical-coordinate representation of color #CC6143: hue angle of 13.14º 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 #CC6143 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 67 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.2 |
| HSL | 13.14º | 0.57% | 0.53% | - |
| HSV(B) | 13.14º | 0.67% | 0.8% | - |
| XYZ | 30.19 | 21.79 | 7.93 | - |
| YUV | 125.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 67 | 0 | 0.52 | 0.67 | 0.2 | 13.14 | 0.57 | 0.53 |
| Hex | CC | 61 | 43 | 0 | 34 | 43 | 14 | D | 39 | 35 |
| Octal | 314 | 141 | 103 | 0 | 64 | 103 | 24 | 15 | 71 | 65 |
| Binary | 11001100 | 1100001 | 1000011 | 0 | 110100 | 1000011 | 10100 | 1101 | 111001 | 110101 |
Color Harmonies of #CC6143
Complementary color
Monochromatic Colors of #CC6143
Black with #CC6143
Text Example
Text Example
White with #CC6143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6143; }
p { color: rgb(204,97,67); }
H1.HeaderClassName
{
color: #CC6143;
}
.AnyTagClassName
{
color: #CC6143;
}
</style>
background-color css
<style>
a { background-color: #CC6143; }
a { background-color: rgb(204,97,67); }
div.DivClassName
{
background-color: #CC6143;
}
.BgClassName
{
background-color: #CC6143;
}
</style>
border-color css
<style>
span { border-color: #CC6143; }
span { border-color: rgb(204,97,67); }
td.TdClassName
{
border-color: #CC6143;
}
.TagClassName
{
border-color: #CC6143;
}
</style>