Shades of Dark Coral #C96243
Tints of Dark Coral #C96243
RGB
CMYK
RGB Variations
Color information
#C96243 (or 0xC96243) is known color: Dark Coral. HEX triplet: C9, 62 and 43. RGB value is (201,98,67). Sum of RGB (Red+Green+Blue) = 201+98+67=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C96243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96243 is #369DBC. Grayscale: #7D7D7D. Windows color (decimal): -3579325 or 4416201. OLE color: 4416201.
HSL color Cylindrical-coordinate representation of color #C96243: hue angle of 13.88º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C96243 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 67 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.21 |
| HSL | 13.88º | 0.55% | 0.53% | - |
| HSV(B) | 13.88º | 0.67% | 0.79% | - |
| XYZ | 29.47 | 21.56 | 7.92 | - |
| YUV | 125.26 | 95.12 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 67 | 0 | 0.51 | 0.67 | 0.21 | 13.88 | 0.55 | 0.53 |
| Hex | C9 | 62 | 43 | 0 | 33 | 43 | 15 | E | 37 | 35 |
| Octal | 311 | 142 | 103 | 0 | 63 | 103 | 25 | 16 | 67 | 65 |
| Binary | 11001001 | 1100010 | 1000011 | 0 | 110011 | 1000011 | 10101 | 1110 | 110111 | 110101 |
Color Harmonies of #C96243
Complementary color
Monochromatic Colors of #C96243
Black with #C96243
Text Example
Text Example
White with #C96243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96243; }
p { color: rgb(201,98,67); }
H1.HeaderClassName
{
color: #C96243;
}
.AnyTagClassName
{
color: #C96243;
}
</style>
background-color css
<style>
a { background-color: #C96243; }
a { background-color: rgb(201,98,67); }
div.DivClassName
{
background-color: #C96243;
}
.BgClassName
{
background-color: #C96243;
}
</style>
border-color css
<style>
span { border-color: #C96243; }
span { border-color: rgb(201,98,67); }
td.TdClassName
{
border-color: #C96243;
}
.TagClassName
{
border-color: #C96243;
}
</style>