Shades of Dark Coral #C95D4C
Tints of Dark Coral #C95D4C
RGB
CMYK
RGB Variations
Color information
#C95D4C (or 0xC95D4C) is known color: Dark Coral. HEX triplet: C9, 5D and 4C. RGB value is (201,93,76). Sum of RGB (Red+Green+Blue) = 201+93+76=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95D4C is #36A2B3. Grayscale: #7B7B7B. Windows color (decimal): -3580596 or 5004745. OLE color: 5004745.
HSL color Cylindrical-coordinate representation of color #C95D4C: hue angle of 8.16º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C95D4C is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 76 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.21 |
| HSL | 8.16º | 0.54% | 0.54% | - |
| HSV(B) | 8.16º | 0.62% | 0.79% | - |
| XYZ | 29.31 | 20.77 | 9.3 | - |
| YUV | 123.35 | 101.28 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 76 | 0 | 0.54 | 0.62 | 0.21 | 8.16 | 0.54 | 0.54 |
| Hex | C9 | 5D | 4C | 0 | 36 | 3E | 15 | 8 | 36 | 36 |
| Octal | 311 | 135 | 114 | 0 | 66 | 76 | 25 | 10 | 66 | 66 |
| Binary | 11001001 | 1011101 | 1001100 | 0 | 110110 | 111110 | 10101 | 1000 | 110110 | 110110 |
Color Harmonies of #C95D4C
Complementary color
Monochromatic Colors of #C95D4C
Black with #C95D4C
Text Example
Text Example
White with #C95D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D4C; }
p { color: rgb(201,93,76); }
H1.HeaderClassName
{
color: #C95D4C;
}
.AnyTagClassName
{
color: #C95D4C;
}
</style>
background-color css
<style>
a { background-color: #C95D4C; }
a { background-color: rgb(201,93,76); }
div.DivClassName
{
background-color: #C95D4C;
}
.BgClassName
{
background-color: #C95D4C;
}
</style>
border-color css
<style>
span { border-color: #C95D4C; }
span { border-color: rgb(201,93,76); }
td.TdClassName
{
border-color: #C95D4C;
}
.TagClassName
{
border-color: #C95D4C;
}
</style>