Shades of Dark Coral #C55A43
Tints of Dark Coral #C55A43
RGB
CMYK
RGB Variations
Color information
#C55A43 (or 0xC55A43) is known color: Dark Coral. HEX triplet: C5, 5A and 43. RGB value is (197,90,67). Sum of RGB (Red+Green+Blue) = 197+90+67=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A43 is #3AA5BC. Grayscale: #777777. Windows color (decimal): -3843517 or 4414149. OLE color: 4414149.
HSL color Cylindrical-coordinate representation of color #C55A43: hue angle of 10.62º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C55A43 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 67 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.23 |
| HSL | 10.62º | 0.53% | 0.52% | - |
| HSV(B) | 10.62º | 0.66% | 0.77% | - |
| XYZ | 27.7 | 19.59 | 7.63 | - |
| YUV | 119.37 | 98.45 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 67 | 0 | 0.54 | 0.66 | 0.23 | 10.62 | 0.53 | 0.52 |
| Hex | C5 | 5A | 43 | 0 | 36 | 42 | 17 | B | 35 | 34 |
| Octal | 305 | 132 | 103 | 0 | 66 | 102 | 27 | 13 | 65 | 64 |
| Binary | 11000101 | 1011010 | 1000011 | 0 | 110110 | 1000010 | 10111 | 1011 | 110101 | 110100 |
Color Harmonies of #C55A43
Complementary color
Monochromatic Colors of #C55A43
Black with #C55A43
Text Example
Text Example
White with #C55A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A43; }
p { color: rgb(197,90,67); }
H1.HeaderClassName
{
color: #C55A43;
}
.AnyTagClassName
{
color: #C55A43;
}
</style>
background-color css
<style>
a { background-color: #C55A43; }
a { background-color: rgb(197,90,67); }
div.DivClassName
{
background-color: #C55A43;
}
.BgClassName
{
background-color: #C55A43;
}
</style>
border-color css
<style>
span { border-color: #C55A43; }
span { border-color: rgb(197,90,67); }
td.TdClassName
{
border-color: #C55A43;
}
.TagClassName
{
border-color: #C55A43;
}
</style>