Shades of Dark Coral #C95948
Tints of Dark Coral #C95948
RGB
CMYK
RGB Variations
Color information
#C95948 (or 0xC95948) is known color: Dark Coral. HEX triplet: C9, 59 and 48. RGB value is (201,89,72). Sum of RGB (Red+Green+Blue) = 201+89+72=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C95948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95948 is #36A6B7. Grayscale: #787878. Windows color (decimal): -3581624 or 4741577. OLE color: 4741577.
HSL color Cylindrical-coordinate representation of color #C95948: hue angle of 7.91º 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 #C95948 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 72 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.21 |
| HSL | 7.91º | 0.54% | 0.54% | - |
| HSV(B) | 7.91º | 0.64% | 0.79% | - |
| XYZ | 28.83 | 20.03 | 8.48 | - |
| YUV | 120.55 | 100.61 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 72 | 0 | 0.56 | 0.64 | 0.21 | 7.91 | 0.54 | 0.54 |
| Hex | C9 | 59 | 48 | 0 | 38 | 40 | 15 | 8 | 36 | 36 |
| Octal | 311 | 131 | 110 | 0 | 70 | 100 | 25 | 10 | 66 | 66 |
| Binary | 11001001 | 1011001 | 1001000 | 0 | 111000 | 1000000 | 10101 | 1000 | 110110 | 110110 |
Color Harmonies of #C95948
Complementary color
Monochromatic Colors of #C95948
Black with #C95948
Text Example
Text Example
White with #C95948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95948; }
p { color: rgb(201,89,72); }
H1.HeaderClassName
{
color: #C95948;
}
.AnyTagClassName
{
color: #C95948;
}
</style>
background-color css
<style>
a { background-color: #C95948; }
a { background-color: rgb(201,89,72); }
div.DivClassName
{
background-color: #C95948;
}
.BgClassName
{
background-color: #C95948;
}
</style>
border-color css
<style>
span { border-color: #C95948; }
span { border-color: rgb(201,89,72); }
td.TdClassName
{
border-color: #C95948;
}
.TagClassName
{
border-color: #C95948;
}
</style>