Shades of Dark Coral #C95848
Tints of Dark Coral #C95848
RGB
CMYK
RGB Variations
Color information
#C95848 (or 0xC95848) is known color: Dark Coral. HEX triplet: C9, 58 and 48. RGB value is (201,88,72). Sum of RGB (Red+Green+Blue) = 201+88+72=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C95848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95848 is #36A7B7. Grayscale: #787878. Windows color (decimal): -3581880 or 4741321. OLE color: 4741321.
HSL color Cylindrical-coordinate representation of color #C95848: hue angle of 7.44º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C95848 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 72 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.21 |
| HSL | 7.44º | 0.54% | 0.54% | - |
| HSV(B) | 7.44º | 0.64% | 0.79% | - |
| XYZ | 28.75 | 19.86 | 8.45 | - |
| YUV | 119.96 | 100.94 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 72 | 0 | 0.56 | 0.64 | 0.21 | 7.44 | 0.54 | 0.54 |
| Hex | C9 | 58 | 48 | 0 | 38 | 40 | 15 | 7 | 36 | 36 |
| Octal | 311 | 130 | 110 | 0 | 70 | 100 | 25 | 7 | 66 | 66 |
| Binary | 11001001 | 1011000 | 1001000 | 0 | 111000 | 1000000 | 10101 | 111 | 110110 | 110110 |
Color Harmonies of #C95848
Complementary color
Monochromatic Colors of #C95848
Black with #C95848
Text Example
Text Example
White with #C95848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95848; }
p { color: rgb(201,88,72); }
H1.HeaderClassName
{
color: #C95848;
}
.AnyTagClassName
{
color: #C95848;
}
</style>
background-color css
<style>
a { background-color: #C95848; }
a { background-color: rgb(201,88,72); }
div.DivClassName
{
background-color: #C95848;
}
.BgClassName
{
background-color: #C95848;
}
</style>
border-color css
<style>
span { border-color: #C95848; }
span { border-color: rgb(201,88,72); }
td.TdClassName
{
border-color: #C95848;
}
.TagClassName
{
border-color: #C95848;
}
</style>