Shades of Dark Coral #C95E46
Tints of Dark Coral #C95E46
RGB
CMYK
RGB Variations
Color information
#C95E46 (or 0xC95E46) is known color: Dark Coral. HEX triplet: C9, 5E and 46. RGB value is (201,94,70). Sum of RGB (Red+Green+Blue) = 201+94+70=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95E46 is #36A1B9. Grayscale: #7B7B7B. Windows color (decimal): -3580346 or 4611785. OLE color: 4611785.
HSL color Cylindrical-coordinate representation of color #C95E46: hue angle of 10.99º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C95E46 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 70 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.21 |
| HSL | 10.99º | 0.55% | 0.53% | - |
| HSV(B) | 10.99º | 0.65% | 0.79% | - |
| XYZ | 29.2 | 20.87 | 8.28 | - |
| YUV | 123.26 | 97.95 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 70 | 0 | 0.53 | 0.65 | 0.21 | 10.99 | 0.55 | 0.53 |
| Hex | C9 | 5E | 46 | 0 | 35 | 41 | 15 | B | 37 | 35 |
| Octal | 311 | 136 | 106 | 0 | 65 | 101 | 25 | 13 | 67 | 65 |
| Binary | 11001001 | 1011110 | 1000110 | 0 | 110101 | 1000001 | 10101 | 1011 | 110111 | 110101 |
Color Harmonies of #C95E46
Complementary color
Monochromatic Colors of #C95E46
Black with #C95E46
Text Example
Text Example
White with #C95E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95E46; }
p { color: rgb(201,94,70); }
H1.HeaderClassName
{
color: #C95E46;
}
.AnyTagClassName
{
color: #C95E46;
}
</style>
background-color css
<style>
a { background-color: #C95E46; }
a { background-color: rgb(201,94,70); }
div.DivClassName
{
background-color: #C95E46;
}
.BgClassName
{
background-color: #C95E46;
}
</style>
border-color css
<style>
span { border-color: #C95E46; }
span { border-color: rgb(201,94,70); }
td.TdClassName
{
border-color: #C95E46;
}
.TagClassName
{
border-color: #C95E46;
}
</style>