Shades of Dark Coral #C95D43
Tints of Dark Coral #C95D43
RGB
CMYK
RGB Variations
Color information
#C95D43 (or 0xC95D43) is known color: Dark Coral. HEX triplet: C9, 5D and 43. RGB value is (201,93,67). Sum of RGB (Red+Green+Blue) = 201+93+67=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95D43 is #36A2BC. Grayscale: #7A7A7A. Windows color (decimal): -3580605 or 4414921. OLE color: 4414921.
HSL color Cylindrical-coordinate representation of color #C95D43: hue angle of 11.64º 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 #C95D43 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 67 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.21 |
| HSL | 11.64º | 0.55% | 0.53% | - |
| HSV(B) | 11.64º | 0.67% | 0.79% | - |
| XYZ | 29.01 | 20.65 | 7.77 | - |
| YUV | 122.33 | 96.78 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 67 | 0 | 0.54 | 0.67 | 0.21 | 11.64 | 0.55 | 0.53 |
| Hex | C9 | 5D | 43 | 0 | 36 | 43 | 15 | C | 37 | 35 |
| Octal | 311 | 135 | 103 | 0 | 66 | 103 | 25 | 14 | 67 | 65 |
| Binary | 11001001 | 1011101 | 1000011 | 0 | 110110 | 1000011 | 10101 | 1100 | 110111 | 110101 |
Color Harmonies of #C95D43
Complementary color
Monochromatic Colors of #C95D43
Black with #C95D43
Text Example
Text Example
White with #C95D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D43; }
p { color: rgb(201,93,67); }
H1.HeaderClassName
{
color: #C95D43;
}
.AnyTagClassName
{
color: #C95D43;
}
</style>
background-color css
<style>
a { background-color: #C95D43; }
a { background-color: rgb(201,93,67); }
div.DivClassName
{
background-color: #C95D43;
}
.BgClassName
{
background-color: #C95D43;
}
</style>
border-color css
<style>
span { border-color: #C95D43; }
span { border-color: rgb(201,93,67); }
td.TdClassName
{
border-color: #C95D43;
}
.TagClassName
{
border-color: #C95D43;
}
</style>