Shades of Dark Coral #CA5546
Tints of Dark Coral #CA5546
RGB
CMYK
RGB Variations
Color information
#CA5546 (or 0xCA5546) is known color: Dark Coral. HEX triplet: CA, 55 and 46. RGB value is (202,85,70). Sum of RGB (Red+Green+Blue) = 202+85+70=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5546 is #35AAB9. Grayscale: #767676. Windows color (decimal): -3517114 or 4609482. OLE color: 4609482.
HSL color Cylindrical-coordinate representation of color #CA5546: hue angle of 6.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA5546 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 70 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.21 |
| HSL | 6.82º | 0.55% | 0.53% | - |
| HSV(B) | 6.82º | 0.65% | 0.79% | - |
| XYZ | 28.71 | 19.5 | 8.04 | - |
| YUV | 118.27 | 100.76 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 70 | 0 | 0.58 | 0.65 | 0.21 | 6.82 | 0.55 | 0.53 |
| Hex | CA | 55 | 46 | 0 | 3A | 41 | 15 | 7 | 37 | 35 |
| Octal | 312 | 125 | 106 | 0 | 72 | 101 | 25 | 7 | 67 | 65 |
| Binary | 11001010 | 1010101 | 1000110 | 0 | 111010 | 1000001 | 10101 | 111 | 110111 | 110101 |
Color Harmonies of #CA5546
Complementary color
Monochromatic Colors of #CA5546
Black with #CA5546
Text Example
Text Example
White with #CA5546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5546; }
p { color: rgb(202,85,70); }
H1.HeaderClassName
{
color: #CA5546;
}
.AnyTagClassName
{
color: #CA5546;
}
</style>
background-color css
<style>
a { background-color: #CA5546; }
a { background-color: rgb(202,85,70); }
div.DivClassName
{
background-color: #CA5546;
}
.BgClassName
{
background-color: #CA5546;
}
</style>
border-color css
<style>
span { border-color: #CA5546; }
span { border-color: rgb(202,85,70); }
td.TdClassName
{
border-color: #CA5546;
}
.TagClassName
{
border-color: #CA5546;
}
</style>