Shades of Dark Coral #C95D4A
Tints of Dark Coral #C95D4A
RGB
CMYK
RGB Variations
Color information
#C95D4A (or 0xC95D4A) is known color: Dark Coral. HEX triplet: C9, 5D and 4A. RGB value is (201,93,74). Sum of RGB (Red+Green+Blue) = 201+93+74=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95D4A is #36A2B5. Grayscale: #7B7B7B. Windows color (decimal): -3580598 or 4873673. OLE color: 4873673.
HSL color Cylindrical-coordinate representation of color #C95D4A: hue angle of 8.98º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C95D4A is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 74 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.21 |
| HSL | 8.98º | 0.54% | 0.54% | - |
| HSV(B) | 8.98º | 0.63% | 0.79% | - |
| XYZ | 29.24 | 20.74 | 8.94 | - |
| YUV | 123.13 | 100.28 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 74 | 0 | 0.54 | 0.63 | 0.21 | 8.98 | 0.54 | 0.54 |
| Hex | C9 | 5D | 4A | 0 | 36 | 3F | 15 | 9 | 36 | 36 |
| Octal | 311 | 135 | 112 | 0 | 66 | 77 | 25 | 11 | 66 | 66 |
| Binary | 11001001 | 1011101 | 1001010 | 0 | 110110 | 111111 | 10101 | 1001 | 110110 | 110110 |
Color Harmonies of #C95D4A
Complementary color
Monochromatic Colors of #C95D4A
Black with #C95D4A
Text Example
Text Example
White with #C95D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D4A; }
p { color: rgb(201,93,74); }
H1.HeaderClassName
{
color: #C95D4A;
}
.AnyTagClassName
{
color: #C95D4A;
}
</style>
background-color css
<style>
a { background-color: #C95D4A; }
a { background-color: rgb(201,93,74); }
div.DivClassName
{
background-color: #C95D4A;
}
.BgClassName
{
background-color: #C95D4A;
}
</style>
border-color css
<style>
span { border-color: #C95D4A; }
span { border-color: rgb(201,93,74); }
td.TdClassName
{
border-color: #C95D4A;
}
.TagClassName
{
border-color: #C95D4A;
}
</style>