Shades of Dark Coral #C65A49
Tints of Dark Coral #C65A49
RGB
CMYK
RGB Variations
Color information
#C65A49 (or 0xC65A49) is known color: Dark Coral. HEX triplet: C6, 5A and 49. RGB value is (198,90,73). Sum of RGB (Red+Green+Blue) = 198+90+73=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65A49 is #39A5B6. Grayscale: #787878. Windows color (decimal): -3777975 or 4807366. OLE color: 4807366.
HSL color Cylindrical-coordinate representation of color #C65A49: hue angle of 8.16º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C65A49 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 73 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.22 |
| HSL | 8.16º | 0.52% | 0.53% | - |
| HSV(B) | 8.16º | 0.63% | 0.78% | - |
| XYZ | 28.15 | 19.8 | 8.64 | - |
| YUV | 120.35 | 101.28 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 73 | 0 | 0.55 | 0.63 | 0.22 | 8.16 | 0.52 | 0.53 |
| Hex | C6 | 5A | 49 | 0 | 37 | 3F | 16 | 8 | 34 | 35 |
| Octal | 306 | 132 | 111 | 0 | 67 | 77 | 26 | 10 | 64 | 65 |
| Binary | 11000110 | 1011010 | 1001001 | 0 | 110111 | 111111 | 10110 | 1000 | 110100 | 110101 |
Color Harmonies of #C65A49
Complementary color
Monochromatic Colors of #C65A49
Black with #C65A49
Text Example
Text Example
White with #C65A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65A49; }
p { color: rgb(198,90,73); }
H1.HeaderClassName
{
color: #C65A49;
}
.AnyTagClassName
{
color: #C65A49;
}
</style>
background-color css
<style>
a { background-color: #C65A49; }
a { background-color: rgb(198,90,73); }
div.DivClassName
{
background-color: #C65A49;
}
.BgClassName
{
background-color: #C65A49;
}
</style>
border-color css
<style>
span { border-color: #C65A49; }
span { border-color: rgb(198,90,73); }
td.TdClassName
{
border-color: #C65A49;
}
.TagClassName
{
border-color: #C65A49;
}
</style>