Shades of Dark Coral #C96143
Tints of Dark Coral #C96143
RGB
CMYK
RGB Variations
Color information
#C96143 (or 0xC96143) is known color: Dark Coral. HEX triplet: C9, 61 and 43. RGB value is (201,97,67). Sum of RGB (Red+Green+Blue) = 201+97+67=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C96143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96143 is #369EBC. Grayscale: #7C7C7C. Windows color (decimal): -3579581 or 4415945. OLE color: 4415945.
HSL color Cylindrical-coordinate representation of color #C96143: hue angle of 13.43º 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 #C96143 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 97 | 67 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.21 |
| HSL | 13.43º | 0.55% | 0.53% | - |
| HSV(B) | 13.43º | 0.67% | 0.79% | - |
| XYZ | 29.38 | 21.37 | 7.89 | - |
| YUV | 124.68 | 95.46 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 67 | 0 | 0.52 | 0.67 | 0.21 | 13.43 | 0.55 | 0.53 |
| Hex | C9 | 61 | 43 | 0 | 34 | 43 | 15 | D | 37 | 35 |
| Octal | 311 | 141 | 103 | 0 | 64 | 103 | 25 | 15 | 67 | 65 |
| Binary | 11001001 | 1100001 | 1000011 | 0 | 110100 | 1000011 | 10101 | 1101 | 110111 | 110101 |
Color Harmonies of #C96143
Complementary color
Monochromatic Colors of #C96143
Black with #C96143
Text Example
Text Example
White with #C96143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96143; }
p { color: rgb(201,97,67); }
H1.HeaderClassName
{
color: #C96143;
}
.AnyTagClassName
{
color: #C96143;
}
</style>
background-color css
<style>
a { background-color: #C96143; }
a { background-color: rgb(201,97,67); }
div.DivClassName
{
background-color: #C96143;
}
.BgClassName
{
background-color: #C96143;
}
</style>
border-color css
<style>
span { border-color: #C96143; }
span { border-color: rgb(201,97,67); }
td.TdClassName
{
border-color: #C96143;
}
.TagClassName
{
border-color: #C96143;
}
</style>