Shades of Dark Coral #CA593C
Tints of Dark Coral #CA593C
RGB
CMYK
RGB Variations
Color information
#CA593C (or 0xCA593C) is known color: Dark Coral. HEX triplet: CA, 59 and 3C. RGB value is (202,89,60). Sum of RGB (Red+Green+Blue) = 202+89+60=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA593C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA593C is #35A6C3. Grayscale: #777777. Windows color (decimal): -3516100 or 3955146. OLE color: 3955146.
HSL color Cylindrical-coordinate representation of color #CA593C: hue angle of 12.25º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA593C is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 60 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.21 |
| HSL | 12.25º | 0.57% | 0.51% | - |
| HSV(B) | 12.25º | 0.7% | 0.79% | - |
| XYZ | 28.75 | 20.03 | 6.63 | - |
| YUV | 119.48 | 94.44 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 60 | 0 | 0.56 | 0.70 | 0.21 | 12.25 | 0.57 | 0.51 |
| Hex | CA | 59 | 3C | 0 | 38 | 46 | 15 | C | 39 | 33 |
| Octal | 312 | 131 | 74 | 0 | 70 | 106 | 25 | 14 | 71 | 63 |
| Binary | 11001010 | 1011001 | 111100 | 0 | 111000 | 1000110 | 10101 | 1100 | 111001 | 110011 |
Color Harmonies of #CA593C
Complementary color
Monochromatic Colors of #CA593C
Black with #CA593C
Text Example
Text Example
White with #CA593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA593C; }
p { color: rgb(202,89,60); }
H1.HeaderClassName
{
color: #CA593C;
}
.AnyTagClassName
{
color: #CA593C;
}
</style>
background-color css
<style>
a { background-color: #CA593C; }
a { background-color: rgb(202,89,60); }
div.DivClassName
{
background-color: #CA593C;
}
.BgClassName
{
background-color: #CA593C;
}
</style>
border-color css
<style>
span { border-color: #CA593C; }
span { border-color: rgb(202,89,60); }
td.TdClassName
{
border-color: #CA593C;
}
.TagClassName
{
border-color: #CA593C;
}
</style>