Shades of Dark Coral #C65848
Tints of Dark Coral #C65848
RGB
CMYK
RGB Variations
Color information
#C65848 (or 0xC65848) is known color: Dark Coral. HEX triplet: C6, 58 and 48. RGB value is (198,88,72). Sum of RGB (Red+Green+Blue) = 198+88+72=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C65848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65848 is #39A7B7. Grayscale: #777777. Windows color (decimal): -3778488 or 4741318. OLE color: 4741318.
HSL color Cylindrical-coordinate representation of color #C65848: hue angle of 7.62º 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 #C65848 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 72 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.22 |
| HSL | 7.62º | 0.53% | 0.53% | - |
| HSV(B) | 7.62º | 0.64% | 0.78% | - |
| XYZ | 27.95 | 19.45 | 8.41 | - |
| YUV | 119.07 | 101.44 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 72 | 0 | 0.56 | 0.64 | 0.22 | 7.62 | 0.53 | 0.53 |
| Hex | C6 | 58 | 48 | 0 | 38 | 40 | 16 | 8 | 34 | 35 |
| Octal | 306 | 130 | 110 | 0 | 70 | 100 | 26 | 10 | 64 | 65 |
| Binary | 11000110 | 1011000 | 1001000 | 0 | 111000 | 1000000 | 10110 | 1000 | 110100 | 110101 |
Color Harmonies of #C65848
Complementary color
Monochromatic Colors of #C65848
Black with #C65848
Text Example
Text Example
White with #C65848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65848; }
p { color: rgb(198,88,72); }
H1.HeaderClassName
{
color: #C65848;
}
.AnyTagClassName
{
color: #C65848;
}
</style>
background-color css
<style>
a { background-color: #C65848; }
a { background-color: rgb(198,88,72); }
div.DivClassName
{
background-color: #C65848;
}
.BgClassName
{
background-color: #C65848;
}
</style>
border-color css
<style>
span { border-color: #C65848; }
span { border-color: rgb(198,88,72); }
td.TdClassName
{
border-color: #C65848;
}
.TagClassName
{
border-color: #C65848;
}
</style>