Shades of Dark Coral #CA5745
Tints of Dark Coral #CA5745
RGB
CMYK
RGB Variations
Color information
#CA5745 (or 0xCA5745) is known color: Dark Coral. HEX triplet: CA, 57 and 45. RGB value is (202,87,69). Sum of RGB (Red+Green+Blue) = 202+87+69=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5745 is #35A8BA. Grayscale: #777777. Windows color (decimal): -3516603 or 4544458. OLE color: 4544458.
HSL color Cylindrical-coordinate representation of color #CA5745: hue angle of 8.12º 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 #CA5745 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 87 | 69 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.21 |
| HSL | 8.12º | 0.56% | 0.53% | - |
| HSV(B) | 8.12º | 0.66% | 0.79% | - |
| XYZ | 28.84 | 19.8 | 7.93 | - |
| YUV | 119.33 | 99.6 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 87 | 69 | 0 | 0.57 | 0.66 | 0.21 | 8.12 | 0.56 | 0.53 |
| Hex | CA | 57 | 45 | 0 | 39 | 42 | 15 | 8 | 38 | 35 |
| Octal | 312 | 127 | 105 | 0 | 71 | 102 | 25 | 10 | 70 | 65 |
| Binary | 11001010 | 1010111 | 1000101 | 0 | 111001 | 1000010 | 10101 | 1000 | 111000 | 110101 |
Color Harmonies of #CA5745
Complementary color
Monochromatic Colors of #CA5745
Black with #CA5745
Text Example
Text Example
White with #CA5745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5745; }
p { color: rgb(202,87,69); }
H1.HeaderClassName
{
color: #CA5745;
}
.AnyTagClassName
{
color: #CA5745;
}
</style>
background-color css
<style>
a { background-color: #CA5745; }
a { background-color: rgb(202,87,69); }
div.DivClassName
{
background-color: #CA5745;
}
.BgClassName
{
background-color: #CA5745;
}
</style>
border-color css
<style>
span { border-color: #CA5745; }
span { border-color: rgb(202,87,69); }
td.TdClassName
{
border-color: #CA5745;
}
.TagClassName
{
border-color: #CA5745;
}
</style>