Shades of Dark Coral #C95A43
Tints of Dark Coral #C95A43
RGB
CMYK
RGB Variations
Color information
#C95A43 (or 0xC95A43) is known color: Dark Coral. HEX triplet: C9, 5A and 43. RGB value is (201,90,67). Sum of RGB (Red+Green+Blue) = 201+90+67=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95A43 is #36A5BC. Grayscale: #787878. Windows color (decimal): -3581373 or 4414153. OLE color: 4414153.
HSL color Cylindrical-coordinate representation of color #C95A43: hue angle of 10.3º 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 #C95A43 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 67 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.21 |
| HSL | 10.3º | 0.55% | 0.53% | - |
| HSV(B) | 10.3º | 0.67% | 0.79% | - |
| XYZ | 28.76 | 20.14 | 7.68 | - |
| YUV | 120.57 | 97.77 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 67 | 0 | 0.55 | 0.67 | 0.21 | 10.3 | 0.55 | 0.53 |
| Hex | C9 | 5A | 43 | 0 | 37 | 43 | 15 | A | 37 | 35 |
| Octal | 311 | 132 | 103 | 0 | 67 | 103 | 25 | 12 | 67 | 65 |
| Binary | 11001001 | 1011010 | 1000011 | 0 | 110111 | 1000011 | 10101 | 1010 | 110111 | 110101 |
Color Harmonies of #C95A43
Complementary color
Monochromatic Colors of #C95A43
Black with #C95A43
Text Example
Text Example
White with #C95A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95A43; }
p { color: rgb(201,90,67); }
H1.HeaderClassName
{
color: #C95A43;
}
.AnyTagClassName
{
color: #C95A43;
}
</style>
background-color css
<style>
a { background-color: #C95A43; }
a { background-color: rgb(201,90,67); }
div.DivClassName
{
background-color: #C95A43;
}
.BgClassName
{
background-color: #C95A43;
}
</style>
border-color css
<style>
span { border-color: #C95A43; }
span { border-color: rgb(201,90,67); }
td.TdClassName
{
border-color: #C95A43;
}
.TagClassName
{
border-color: #C95A43;
}
</style>