Shades of Dark Coral #C95F4A
Tints of Dark Coral #C95F4A
RGB
CMYK
RGB Variations
Color information
#C95F4A (or 0xC95F4A) is known color: Dark Coral. HEX triplet: C9, 5F and 4A. RGB value is (201,95,74). Sum of RGB (Red+Green+Blue) = 201+95+74=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95F4A is #36A0B5. Grayscale: #7C7C7C. Windows color (decimal): -3580086 or 4874185. OLE color: 4874185.
HSL color Cylindrical-coordinate representation of color #C95F4A: hue angle of 9.92º 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 #C95F4A is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 74 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.21 |
| HSL | 9.92º | 0.54% | 0.54% | - |
| HSV(B) | 9.92º | 0.63% | 0.79% | - |
| XYZ | 29.42 | 21.1 | 9 | - |
| YUV | 124.3 | 99.62 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 74 | 0 | 0.53 | 0.63 | 0.21 | 9.92 | 0.54 | 0.54 |
| Hex | C9 | 5F | 4A | 0 | 35 | 3F | 15 | A | 36 | 36 |
| Octal | 311 | 137 | 112 | 0 | 65 | 77 | 25 | 12 | 66 | 66 |
| Binary | 11001001 | 1011111 | 1001010 | 0 | 110101 | 111111 | 10101 | 1010 | 110110 | 110110 |
Color Harmonies of #C95F4A
Complementary color
Monochromatic Colors of #C95F4A
Black with #C95F4A
Text Example
Text Example
White with #C95F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95F4A; }
p { color: rgb(201,95,74); }
H1.HeaderClassName
{
color: #C95F4A;
}
.AnyTagClassName
{
color: #C95F4A;
}
</style>
background-color css
<style>
a { background-color: #C95F4A; }
a { background-color: rgb(201,95,74); }
div.DivClassName
{
background-color: #C95F4A;
}
.BgClassName
{
background-color: #C95F4A;
}
</style>
border-color css
<style>
span { border-color: #C95F4A; }
span { border-color: rgb(201,95,74); }
td.TdClassName
{
border-color: #C95F4A;
}
.TagClassName
{
border-color: #C95F4A;
}
</style>