Shades of Dark Coral #C95F49
Tints of Dark Coral #C95F49
RGB
CMYK
RGB Variations
Color information
#C95F49 (or 0xC95F49) is known color: Dark Coral. HEX triplet: C9, 5F and 49. RGB value is (201,95,73). Sum of RGB (Red+Green+Blue) = 201+95+73=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95F49 is #36A0B6. Grayscale: #7C7C7C. Windows color (decimal): -3580087 or 4808649. OLE color: 4808649.
HSL color Cylindrical-coordinate representation of color #C95F49: hue angle of 10.31º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C95F49 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 73 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.21 |
| HSL | 10.31º | 0.54% | 0.54% | - |
| HSV(B) | 10.31º | 0.64% | 0.79% | - |
| XYZ | 29.38 | 21.08 | 8.82 | - |
| YUV | 124.19 | 99.12 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 73 | 0 | 0.53 | 0.64 | 0.21 | 10.31 | 0.54 | 0.54 |
| Hex | C9 | 5F | 49 | 0 | 35 | 40 | 15 | A | 36 | 36 |
| Octal | 311 | 137 | 111 | 0 | 65 | 100 | 25 | 12 | 66 | 66 |
| Binary | 11001001 | 1011111 | 1001001 | 0 | 110101 | 1000000 | 10101 | 1010 | 110110 | 110110 |
Color Harmonies of #C95F49
Complementary color
Monochromatic Colors of #C95F49
Black with #C95F49
Text Example
Text Example
White with #C95F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95F49; }
p { color: rgb(201,95,73); }
H1.HeaderClassName
{
color: #C95F49;
}
.AnyTagClassName
{
color: #C95F49;
}
</style>
background-color css
<style>
a { background-color: #C95F49; }
a { background-color: rgb(201,95,73); }
div.DivClassName
{
background-color: #C95F49;
}
.BgClassName
{
background-color: #C95F49;
}
</style>
border-color css
<style>
span { border-color: #C95F49; }
span { border-color: rgb(201,95,73); }
td.TdClassName
{
border-color: #C95F49;
}
.TagClassName
{
border-color: #C95F49;
}
</style>