Shades of Dark Coral #C65342
Tints of Dark Coral #C65342
RGB
CMYK
RGB Variations
Color information
#C65342 (or 0xC65342) is known color: Dark Coral. HEX triplet: C6, 53 and 42. RGB value is (198,83,66). Sum of RGB (Red+Green+Blue) = 198+83+66=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C65342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65342 is #39ACBD. Grayscale: #737373. Windows color (decimal): -3779774 or 4346822. OLE color: 4346822.
HSL color Cylindrical-coordinate representation of color #C65342: hue angle of 7.73º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C65342 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 66 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.22 |
| HSL | 7.73º | 0.54% | 0.52% | - |
| HSV(B) | 7.73º | 0.67% | 0.78% | - |
| XYZ | 27.37 | 18.59 | 7.3 | - |
| YUV | 115.45 | 100.1 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 66 | 0 | 0.58 | 0.67 | 0.22 | 7.73 | 0.54 | 0.52 |
| Hex | C6 | 53 | 42 | 0 | 3A | 43 | 16 | 8 | 36 | 34 |
| Octal | 306 | 123 | 102 | 0 | 72 | 103 | 26 | 10 | 66 | 64 |
| Binary | 11000110 | 1010011 | 1000010 | 0 | 111010 | 1000011 | 10110 | 1000 | 110110 | 110100 |
Color Harmonies of #C65342
Complementary color
Monochromatic Colors of #C65342
Black with #C65342
Text Example
Text Example
White with #C65342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65342; }
p { color: rgb(198,83,66); }
H1.HeaderClassName
{
color: #C65342;
}
.AnyTagClassName
{
color: #C65342;
}
</style>
background-color css
<style>
a { background-color: #C65342; }
a { background-color: rgb(198,83,66); }
div.DivClassName
{
background-color: #C65342;
}
.BgClassName
{
background-color: #C65342;
}
</style>
border-color css
<style>
span { border-color: #C65342; }
span { border-color: rgb(198,83,66); }
td.TdClassName
{
border-color: #C65342;
}
.TagClassName
{
border-color: #C65342;
}
</style>