Shades of Dark Coral #CA5644
Tints of Dark Coral #CA5644
RGB
CMYK
RGB Variations
Color information
#CA5644 (or 0xCA5644) is known color: Dark Coral. HEX triplet: CA, 56 and 44. RGB value is (202,86,68). Sum of RGB (Red+Green+Blue) = 202+86+68=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5644 is #35A9BB. Grayscale: #767676. Windows color (decimal): -3516860 or 4478666. OLE color: 4478666.
HSL color Cylindrical-coordinate representation of color #CA5644: hue angle of 8.06º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA5644 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 68 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.21 |
| HSL | 8.06º | 0.56% | 0.53% | - |
| HSV(B) | 8.06º | 0.66% | 0.79% | - |
| XYZ | 28.73 | 19.63 | 7.74 | - |
| YUV | 118.63 | 99.43 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 68 | 0 | 0.57 | 0.66 | 0.21 | 8.06 | 0.56 | 0.53 |
| Hex | CA | 56 | 44 | 0 | 39 | 42 | 15 | 8 | 38 | 35 |
| Octal | 312 | 126 | 104 | 0 | 71 | 102 | 25 | 10 | 70 | 65 |
| Binary | 11001010 | 1010110 | 1000100 | 0 | 111001 | 1000010 | 10101 | 1000 | 111000 | 110101 |
Color Harmonies of #CA5644
Complementary color
Monochromatic Colors of #CA5644
Black with #CA5644
Text Example
Text Example
White with #CA5644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5644; }
p { color: rgb(202,86,68); }
H1.HeaderClassName
{
color: #CA5644;
}
.AnyTagClassName
{
color: #CA5644;
}
</style>
background-color css
<style>
a { background-color: #CA5644; }
a { background-color: rgb(202,86,68); }
div.DivClassName
{
background-color: #CA5644;
}
.BgClassName
{
background-color: #CA5644;
}
</style>
border-color css
<style>
span { border-color: #CA5644; }
span { border-color: rgb(202,86,68); }
td.TdClassName
{
border-color: #CA5644;
}
.TagClassName
{
border-color: #CA5644;
}
</style>