Shades of Dark Coral #C55A44
Tints of Dark Coral #C55A44
RGB
CMYK
RGB Variations
Color information
#C55A44 (or 0xC55A44) is known color: Dark Coral. HEX triplet: C5, 5A and 44. RGB value is (197,90,68). Sum of RGB (Red+Green+Blue) = 197+90+68=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A44 is #3AA5BB. Grayscale: #777777. Windows color (decimal): -3843516 or 4479685. OLE color: 4479685.
HSL color Cylindrical-coordinate representation of color #C55A44: hue angle of 10.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C55A44 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 68 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.23 |
| HSL | 10.23º | 0.53% | 0.52% | - |
| HSV(B) | 10.23º | 0.65% | 0.77% | - |
| XYZ | 27.73 | 19.6 | 7.79 | - |
| YUV | 119.49 | 98.95 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 68 | 0 | 0.54 | 0.65 | 0.23 | 10.23 | 0.53 | 0.52 |
| Hex | C5 | 5A | 44 | 0 | 36 | 41 | 17 | A | 35 | 34 |
| Octal | 305 | 132 | 104 | 0 | 66 | 101 | 27 | 12 | 65 | 64 |
| Binary | 11000101 | 1011010 | 1000100 | 0 | 110110 | 1000001 | 10111 | 1010 | 110101 | 110100 |
Color Harmonies of #C55A44
Complementary color
Monochromatic Colors of #C55A44
Black with #C55A44
Text Example
Text Example
White with #C55A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A44; }
p { color: rgb(197,90,68); }
H1.HeaderClassName
{
color: #C55A44;
}
.AnyTagClassName
{
color: #C55A44;
}
</style>
background-color css
<style>
a { background-color: #C55A44; }
a { background-color: rgb(197,90,68); }
div.DivClassName
{
background-color: #C55A44;
}
.BgClassName
{
background-color: #C55A44;
}
</style>
border-color css
<style>
span { border-color: #C55A44; }
span { border-color: rgb(197,90,68); }
td.TdClassName
{
border-color: #C55A44;
}
.TagClassName
{
border-color: #C55A44;
}
</style>