Shades of Dark Coral #CA5E48
Tints of Dark Coral #CA5E48
RGB
CMYK
RGB Variations
Color information
#CA5E48 (or 0xCA5E48) is known color: Dark Coral. HEX triplet: CA, 5E and 48. RGB value is (202,94,72). Sum of RGB (Red+Green+Blue) = 202+94+72=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E48 is #35A1B7. Grayscale: #7B7B7B. Windows color (decimal): -3514808 or 4742858. OLE color: 4742858.
HSL color Cylindrical-coordinate representation of color #CA5E48: hue angle of 10.15º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA5E48 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 72 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.21 |
| HSL | 10.15º | 0.55% | 0.54% | - |
| HSV(B) | 10.15º | 0.64% | 0.79% | - |
| XYZ | 29.53 | 21.03 | 8.63 | - |
| YUV | 123.78 | 98.78 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 72 | 0 | 0.53 | 0.64 | 0.21 | 10.15 | 0.55 | 0.54 |
| Hex | CA | 5E | 48 | 0 | 35 | 40 | 15 | A | 37 | 36 |
| Octal | 312 | 136 | 110 | 0 | 65 | 100 | 25 | 12 | 67 | 66 |
| Binary | 11001010 | 1011110 | 1001000 | 0 | 110101 | 1000000 | 10101 | 1010 | 110111 | 110110 |
Color Harmonies of #CA5E48
Complementary color
Monochromatic Colors of #CA5E48
Black with #CA5E48
Text Example
Text Example
White with #CA5E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E48; }
p { color: rgb(202,94,72); }
H1.HeaderClassName
{
color: #CA5E48;
}
.AnyTagClassName
{
color: #CA5E48;
}
</style>
background-color css
<style>
a { background-color: #CA5E48; }
a { background-color: rgb(202,94,72); }
div.DivClassName
{
background-color: #CA5E48;
}
.BgClassName
{
background-color: #CA5E48;
}
</style>
border-color css
<style>
span { border-color: #CA5E48; }
span { border-color: rgb(202,94,72); }
td.TdClassName
{
border-color: #CA5E48;
}
.TagClassName
{
border-color: #CA5E48;
}
</style>