Shades of Dark Coral #C95E43
Tints of Dark Coral #C95E43
RGB
CMYK
RGB Variations
Color information
#C95E43 (or 0xC95E43) is known color: Dark Coral. HEX triplet: C9, 5E and 43. RGB value is (201,94,67). Sum of RGB (Red+Green+Blue) = 201+94+67=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95E43 is #36A1BC. Grayscale: #7B7B7B. Windows color (decimal): -3580349 or 4415177. OLE color: 4415177.
HSL color Cylindrical-coordinate representation of color #C95E43: hue angle of 12.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C95E43 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 67 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.21 |
| HSL | 12.09º | 0.55% | 0.53% | - |
| HSV(B) | 12.09º | 0.67% | 0.79% | - |
| XYZ | 29.1 | 20.83 | 7.8 | - |
| YUV | 122.92 | 96.45 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 67 | 0 | 0.53 | 0.67 | 0.21 | 12.09 | 0.55 | 0.53 |
| Hex | C9 | 5E | 43 | 0 | 35 | 43 | 15 | C | 37 | 35 |
| Octal | 311 | 136 | 103 | 0 | 65 | 103 | 25 | 14 | 67 | 65 |
| Binary | 11001001 | 1011110 | 1000011 | 0 | 110101 | 1000011 | 10101 | 1100 | 110111 | 110101 |
Color Harmonies of #C95E43
Complementary color
Monochromatic Colors of #C95E43
Black with #C95E43
Text Example
Text Example
White with #C95E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95E43; }
p { color: rgb(201,94,67); }
H1.HeaderClassName
{
color: #C95E43;
}
.AnyTagClassName
{
color: #C95E43;
}
</style>
background-color css
<style>
a { background-color: #C95E43; }
a { background-color: rgb(201,94,67); }
div.DivClassName
{
background-color: #C95E43;
}
.BgClassName
{
background-color: #C95E43;
}
</style>
border-color css
<style>
span { border-color: #C95E43; }
span { border-color: rgb(201,94,67); }
td.TdClassName
{
border-color: #C95E43;
}
.TagClassName
{
border-color: #C95E43;
}
</style>