Shades of Dark Coral #C65A40
Tints of Dark Coral #C65A40
RGB
CMYK
RGB Variations
Color information
#C65A40 (or 0xC65A40) is known color: Dark Coral. HEX triplet: C6, 5A and 40. RGB value is (198,90,64). Sum of RGB (Red+Green+Blue) = 198+90+64=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65A40 is #39A5BF. Grayscale: #777777. Windows color (decimal): -3777984 or 4217542. OLE color: 4217542.
HSL color Cylindrical-coordinate representation of color #C65A40: hue angle of 11.64º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C65A40 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 64 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.22 |
| HSL | 11.64º | 0.54% | 0.51% | - |
| HSV(B) | 11.64º | 0.68% | 0.78% | - |
| XYZ | 27.87 | 19.69 | 7.18 | - |
| YUV | 119.33 | 96.78 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 64 | 0 | 0.55 | 0.68 | 0.22 | 11.64 | 0.54 | 0.51 |
| Hex | C6 | 5A | 40 | 0 | 37 | 44 | 16 | C | 36 | 33 |
| Octal | 306 | 132 | 100 | 0 | 67 | 104 | 26 | 14 | 66 | 63 |
| Binary | 11000110 | 1011010 | 1000000 | 0 | 110111 | 1000100 | 10110 | 1100 | 110110 | 110011 |
Color Harmonies of #C65A40
Complementary color
Monochromatic Colors of #C65A40
Black with #C65A40
Text Example
Text Example
White with #C65A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65A40; }
p { color: rgb(198,90,64); }
H1.HeaderClassName
{
color: #C65A40;
}
.AnyTagClassName
{
color: #C65A40;
}
</style>
background-color css
<style>
a { background-color: #C65A40; }
a { background-color: rgb(198,90,64); }
div.DivClassName
{
background-color: #C65A40;
}
.BgClassName
{
background-color: #C65A40;
}
</style>
border-color css
<style>
span { border-color: #C65A40; }
span { border-color: rgb(198,90,64); }
td.TdClassName
{
border-color: #C65A40;
}
.TagClassName
{
border-color: #C65A40;
}
</style>