Shades of Dark Coral #C95341
Tints of Dark Coral #C95341
RGB
CMYK
RGB Variations
Color information
#C95341 (or 0xC95341) is known color: Dark Coral. HEX triplet: C9, 53 and 41. RGB value is (201,83,65). Sum of RGB (Red+Green+Blue) = 201+83+65=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C95341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95341 is #36ACBE. Grayscale: #747474. Windows color (decimal): -3583167 or 4281289. OLE color: 4281289.
HSL color Cylindrical-coordinate representation of color #C95341: hue angle of 7.94º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C95341 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 65 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.21 |
| HSL | 7.94º | 0.56% | 0.52% | - |
| HSV(B) | 7.94º | 0.68% | 0.79% | - |
| XYZ | 28.13 | 18.99 | 7.18 | - |
| YUV | 116.23 | 99.09 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 65 | 0 | 0.59 | 0.68 | 0.21 | 7.94 | 0.56 | 0.52 |
| Hex | C9 | 53 | 41 | 0 | 3B | 44 | 15 | 8 | 38 | 34 |
| Octal | 311 | 123 | 101 | 0 | 73 | 104 | 25 | 10 | 70 | 64 |
| Binary | 11001001 | 1010011 | 1000001 | 0 | 111011 | 1000100 | 10101 | 1000 | 111000 | 110100 |
Color Harmonies of #C95341
Complementary color
Monochromatic Colors of #C95341
Black with #C95341
Text Example
Text Example
White with #C95341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95341; }
p { color: rgb(201,83,65); }
H1.HeaderClassName
{
color: #C95341;
}
.AnyTagClassName
{
color: #C95341;
}
</style>
background-color css
<style>
a { background-color: #C95341; }
a { background-color: rgb(201,83,65); }
div.DivClassName
{
background-color: #C95341;
}
.BgClassName
{
background-color: #C95341;
}
</style>
border-color css
<style>
span { border-color: #C95341; }
span { border-color: rgb(201,83,65); }
td.TdClassName
{
border-color: #C95341;
}
.TagClassName
{
border-color: #C95341;
}
</style>