Shades of Dark Coral #CA593D
Tints of Dark Coral #CA593D
RGB
CMYK
RGB Variations
Color information
#CA593D (or 0xCA593D) is known color: Dark Coral. HEX triplet: CA, 59 and 3D. RGB value is (202,89,61). Sum of RGB (Red+Green+Blue) = 202+89+61=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA593D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA593D is #35A6C2. Grayscale: #777777. Windows color (decimal): -3516099 or 4020682. OLE color: 4020682.
HSL color Cylindrical-coordinate representation of color #CA593D: hue angle of 11.91º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA593D is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 61 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.21 |
| HSL | 11.91º | 0.57% | 0.52% | - |
| HSV(B) | 11.91º | 0.7% | 0.79% | - |
| XYZ | 28.77 | 20.04 | 6.77 | - |
| YUV | 119.6 | 94.94 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 61 | 0 | 0.56 | 0.70 | 0.21 | 11.91 | 0.57 | 0.52 |
| Hex | CA | 59 | 3D | 0 | 38 | 46 | 15 | C | 39 | 34 |
| Octal | 312 | 131 | 75 | 0 | 70 | 106 | 25 | 14 | 71 | 64 |
| Binary | 11001010 | 1011001 | 111101 | 0 | 111000 | 1000110 | 10101 | 1100 | 111001 | 110100 |
Color Harmonies of #CA593D
Complementary color
Monochromatic Colors of #CA593D
Black with #CA593D
Text Example
Text Example
White with #CA593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA593D; }
p { color: rgb(202,89,61); }
H1.HeaderClassName
{
color: #CA593D;
}
.AnyTagClassName
{
color: #CA593D;
}
</style>
background-color css
<style>
a { background-color: #CA593D; }
a { background-color: rgb(202,89,61); }
div.DivClassName
{
background-color: #CA593D;
}
.BgClassName
{
background-color: #CA593D;
}
</style>
border-color css
<style>
span { border-color: #CA593D; }
span { border-color: rgb(202,89,61); }
td.TdClassName
{
border-color: #CA593D;
}
.TagClassName
{
border-color: #CA593D;
}
</style>