Shades of Dark Coral #C66345
Tints of Dark Coral #C66345
RGB
CMYK
RGB Variations
Color information
#C66345 (or 0xC66345) is known color: Dark Coral. HEX triplet: C6, 63 and 45. RGB value is (198,99,69). Sum of RGB (Red+Green+Blue) = 198+99+69=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C66345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66345 is #399CBA. Grayscale: #7D7D7D. Windows color (decimal): -3775675 or 4547526. OLE color: 4547526.
HSL color Cylindrical-coordinate representation of color #C66345: hue angle of 13.95º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C66345 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 69 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.22 |
| HSL | 13.95º | 0.53% | 0.52% | - |
| HSV(B) | 13.95º | 0.65% | 0.78% | - |
| XYZ | 28.82 | 21.36 | 8.23 | - |
| YUV | 125.18 | 96.3 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 69 | 0 | 0.50 | 0.65 | 0.22 | 13.95 | 0.53 | 0.52 |
| Hex | C6 | 63 | 45 | 0 | 32 | 41 | 16 | E | 35 | 34 |
| Octal | 306 | 143 | 105 | 0 | 62 | 101 | 26 | 16 | 65 | 64 |
| Binary | 11000110 | 1100011 | 1000101 | 0 | 110010 | 1000001 | 10110 | 1110 | 110101 | 110100 |
Color Harmonies of #C66345
Complementary color
Monochromatic Colors of #C66345
Black with #C66345
Text Example
Text Example
White with #C66345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66345; }
p { color: rgb(198,99,69); }
H1.HeaderClassName
{
color: #C66345;
}
.AnyTagClassName
{
color: #C66345;
}
</style>
background-color css
<style>
a { background-color: #C66345; }
a { background-color: rgb(198,99,69); }
div.DivClassName
{
background-color: #C66345;
}
.BgClassName
{
background-color: #C66345;
}
</style>
border-color css
<style>
span { border-color: #C66345; }
span { border-color: rgb(198,99,69); }
td.TdClassName
{
border-color: #C66345;
}
.TagClassName
{
border-color: #C66345;
}
</style>