Shades of Dark Coral #C65C48
Tints of Dark Coral #C65C48
RGB
CMYK
RGB Variations
Color information
#C65C48 (or 0xC65C48) is known color: Dark Coral. HEX triplet: C6, 5C and 48. RGB value is (198,92,72). Sum of RGB (Red+Green+Blue) = 198+92+72=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65C48 is #39A3B7. Grayscale: #797979. Windows color (decimal): -3777464 or 4742342. OLE color: 4742342.
HSL color Cylindrical-coordinate representation of color #C65C48: hue angle of 9.52º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C65C48 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 72 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.22 |
| HSL | 9.52º | 0.53% | 0.53% | - |
| HSV(B) | 9.52º | 0.64% | 0.78% | - |
| XYZ | 28.29 | 20.13 | 8.53 | - |
| YUV | 121.41 | 100.12 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 72 | 0 | 0.54 | 0.64 | 0.22 | 9.52 | 0.53 | 0.53 |
| Hex | C6 | 5C | 48 | 0 | 36 | 40 | 16 | A | 34 | 35 |
| Octal | 306 | 134 | 110 | 0 | 66 | 100 | 26 | 12 | 64 | 65 |
| Binary | 11000110 | 1011100 | 1001000 | 0 | 110110 | 1000000 | 10110 | 1010 | 110100 | 110101 |
Color Harmonies of #C65C48
Complementary color
Monochromatic Colors of #C65C48
Black with #C65C48
Text Example
Text Example
White with #C65C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C48; }
p { color: rgb(198,92,72); }
H1.HeaderClassName
{
color: #C65C48;
}
.AnyTagClassName
{
color: #C65C48;
}
</style>
background-color css
<style>
a { background-color: #C65C48; }
a { background-color: rgb(198,92,72); }
div.DivClassName
{
background-color: #C65C48;
}
.BgClassName
{
background-color: #C65C48;
}
</style>
border-color css
<style>
span { border-color: #C65C48; }
span { border-color: rgb(198,92,72); }
td.TdClassName
{
border-color: #C65C48;
}
.TagClassName
{
border-color: #C65C48;
}
</style>