Shades of Dark Coral #C95A4D
Tints of Dark Coral #C95A4D
RGB
CMYK
RGB Variations
Color information
#C95A4D (or 0xC95A4D) is known color: Dark Coral. HEX triplet: C9, 5A and 4D. RGB value is (201,90,77). Sum of RGB (Red+Green+Blue) = 201+90+77=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95A4D is #36A5B2. Grayscale: #797979. Windows color (decimal): -3581363 or 5069513. OLE color: 5069513.
HSL color Cylindrical-coordinate representation of color #C95A4D: hue angle of 6.29º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C95A4D is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 77 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.21 |
| HSL | 6.29º | 0.53% | 0.55% | - |
| HSV(B) | 6.29º | 0.62% | 0.79% | - |
| XYZ | 29.08 | 20.27 | 9.4 | - |
| YUV | 121.71 | 102.77 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 77 | 0 | 0.55 | 0.62 | 0.21 | 6.29 | 0.53 | 0.55 |
| Hex | C9 | 5A | 4D | 0 | 37 | 3E | 15 | 6 | 35 | 37 |
| Octal | 311 | 132 | 115 | 0 | 67 | 76 | 25 | 6 | 65 | 67 |
| Binary | 11001001 | 1011010 | 1001101 | 0 | 110111 | 111110 | 10101 | 110 | 110101 | 110111 |
Color Harmonies of #C95A4D
Complementary color
Monochromatic Colors of #C95A4D
Black with #C95A4D
Text Example
Text Example
White with #C95A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95A4D; }
p { color: rgb(201,90,77); }
H1.HeaderClassName
{
color: #C95A4D;
}
.AnyTagClassName
{
color: #C95A4D;
}
</style>
background-color css
<style>
a { background-color: #C95A4D; }
a { background-color: rgb(201,90,77); }
div.DivClassName
{
background-color: #C95A4D;
}
.BgClassName
{
background-color: #C95A4D;
}
</style>
border-color css
<style>
span { border-color: #C95A4D; }
span { border-color: rgb(201,90,77); }
td.TdClassName
{
border-color: #C95A4D;
}
.TagClassName
{
border-color: #C95A4D;
}
</style>