Shades of Dark Coral #C95C3E
Tints of Dark Coral #C95C3E
RGB
CMYK
RGB Variations
Color information
#C95C3E (or 0xC95C3E) is known color: Dark Coral. HEX triplet: C9, 5C and 3E. RGB value is (201,92,62). Sum of RGB (Red+Green+Blue) = 201+92+62=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95C3E is #36A3C1. Grayscale: #797979. Windows color (decimal): -3580866 or 4086985. OLE color: 4086985.
HSL color Cylindrical-coordinate representation of color #C95C3E: hue angle of 12.95º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C95C3E is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 62 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.21 |
| HSL | 12.95º | 0.56% | 0.52% | - |
| HSV(B) | 12.95º | 0.69% | 0.79% | - |
| XYZ | 28.78 | 20.42 | 6.98 | - |
| YUV | 121.17 | 94.61 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 62 | 0 | 0.54 | 0.69 | 0.21 | 12.95 | 0.56 | 0.52 |
| Hex | C9 | 5C | 3E | 0 | 36 | 45 | 15 | D | 38 | 34 |
| Octal | 311 | 134 | 76 | 0 | 66 | 105 | 25 | 15 | 70 | 64 |
| Binary | 11001001 | 1011100 | 111110 | 0 | 110110 | 1000101 | 10101 | 1101 | 111000 | 110100 |
Color Harmonies of #C95C3E
Complementary color
Monochromatic Colors of #C95C3E
Black with #C95C3E
Text Example
Text Example
White with #C95C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95C3E; }
p { color: rgb(201,92,62); }
H1.HeaderClassName
{
color: #C95C3E;
}
.AnyTagClassName
{
color: #C95C3E;
}
</style>
background-color css
<style>
a { background-color: #C95C3E; }
a { background-color: rgb(201,92,62); }
div.DivClassName
{
background-color: #C95C3E;
}
.BgClassName
{
background-color: #C95C3E;
}
</style>
border-color css
<style>
span { border-color: #C95C3E; }
span { border-color: rgb(201,92,62); }
td.TdClassName
{
border-color: #C95C3E;
}
.TagClassName
{
border-color: #C95C3E;
}
</style>