Shades of Dark Coral #CA573B
Tints of Dark Coral #CA573B
RGB
CMYK
RGB Variations
Color information
#CA573B (or 0xCA573B) is known color: Dark Coral. HEX triplet: CA, 57 and 3B. RGB value is (202,87,59). Sum of RGB (Red+Green+Blue) = 202+87+59=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA573B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA573B is #35A8C4. Grayscale: #767676. Windows color (decimal): -3516613 or 3889098. OLE color: 3889098.
HSL color Cylindrical-coordinate representation of color #CA573B: hue angle of 11.75º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA573B is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 87 | 59 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.21 |
| HSL | 11.75º | 0.57% | 0.51% | - |
| HSV(B) | 11.75º | 0.71% | 0.79% | - |
| XYZ | 28.55 | 19.69 | 6.43 | - |
| YUV | 118.19 | 94.6 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 87 | 59 | 0 | 0.57 | 0.71 | 0.21 | 11.75 | 0.57 | 0.51 |
| Hex | CA | 57 | 3B | 0 | 39 | 47 | 15 | C | 39 | 33 |
| Octal | 312 | 127 | 73 | 0 | 71 | 107 | 25 | 14 | 71 | 63 |
| Binary | 11001010 | 1010111 | 111011 | 0 | 111001 | 1000111 | 10101 | 1100 | 111001 | 110011 |
Color Harmonies of #CA573B
Complementary color
Monochromatic Colors of #CA573B
Black with #CA573B
Text Example
Text Example
White with #CA573B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA573B; }
p { color: rgb(202,87,59); }
H1.HeaderClassName
{
color: #CA573B;
}
.AnyTagClassName
{
color: #CA573B;
}
</style>
background-color css
<style>
a { background-color: #CA573B; }
a { background-color: rgb(202,87,59); }
div.DivClassName
{
background-color: #CA573B;
}
.BgClassName
{
background-color: #CA573B;
}
</style>
border-color css
<style>
span { border-color: #CA573B; }
span { border-color: rgb(202,87,59); }
td.TdClassName
{
border-color: #CA573B;
}
.TagClassName
{
border-color: #CA573B;
}
</style>