Shades of Dark Coral #CA573D
Tints of Dark Coral #CA573D
RGB
CMYK
RGB Variations
Color information
#CA573D (or 0xCA573D) is known color: Dark Coral. HEX triplet: CA, 57 and 3D. RGB value is (202,87,61). Sum of RGB (Red+Green+Blue) = 202+87+61=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA573D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA573D is #35A8C2. Grayscale: #767676. Windows color (decimal): -3516611 or 4020170. OLE color: 4020170.
HSL color Cylindrical-coordinate representation of color #CA573D: hue angle of 11.06º 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 #CA573D is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 87 | 61 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.21 |
| HSL | 11.06º | 0.57% | 0.52% | - |
| HSV(B) | 11.06º | 0.7% | 0.79% | - |
| XYZ | 28.61 | 19.71 | 6.71 | - |
| YUV | 118.42 | 95.6 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 87 | 61 | 0 | 0.57 | 0.70 | 0.21 | 11.06 | 0.57 | 0.52 |
| Hex | CA | 57 | 3D | 0 | 39 | 46 | 15 | B | 39 | 34 |
| Octal | 312 | 127 | 75 | 0 | 71 | 106 | 25 | 13 | 71 | 64 |
| Binary | 11001010 | 1010111 | 111101 | 0 | 111001 | 1000110 | 10101 | 1011 | 111001 | 110100 |
Color Harmonies of #CA573D
Complementary color
Monochromatic Colors of #CA573D
Black with #CA573D
Text Example
Text Example
White with #CA573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA573D; }
p { color: rgb(202,87,61); }
H1.HeaderClassName
{
color: #CA573D;
}
.AnyTagClassName
{
color: #CA573D;
}
</style>
background-color css
<style>
a { background-color: #CA573D; }
a { background-color: rgb(202,87,61); }
div.DivClassName
{
background-color: #CA573D;
}
.BgClassName
{
background-color: #CA573D;
}
</style>
border-color css
<style>
span { border-color: #CA573D; }
span { border-color: rgb(202,87,61); }
td.TdClassName
{
border-color: #CA573D;
}
.TagClassName
{
border-color: #CA573D;
}
</style>