Shades of Dark Coral #CA5E4D
Tints of Dark Coral #CA5E4D
RGB
CMYK
RGB Variations
Color information
#CA5E4D (or 0xCA5E4D) is known color: Dark Coral. HEX triplet: CA, 5E and 4D. RGB value is (202,94,77). Sum of RGB (Red+Green+Blue) = 202+94+77=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E4D is #35A1B2. Grayscale: #7C7C7C. Windows color (decimal): -3514803 or 5070538. OLE color: 5070538.
HSL color Cylindrical-coordinate representation of color #CA5E4D: hue angle of 8.16º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA5E4D is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 77 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.21 |
| HSL | 8.16º | 0.54% | 0.55% | - |
| HSV(B) | 8.16º | 0.62% | 0.79% | - |
| XYZ | 29.7 | 21.1 | 9.53 | - |
| YUV | 124.35 | 101.28 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 77 | 0 | 0.53 | 0.62 | 0.21 | 8.16 | 0.54 | 0.55 |
| Hex | CA | 5E | 4D | 0 | 35 | 3E | 15 | 8 | 36 | 37 |
| Octal | 312 | 136 | 115 | 0 | 65 | 76 | 25 | 10 | 66 | 67 |
| Binary | 11001010 | 1011110 | 1001101 | 0 | 110101 | 111110 | 10101 | 1000 | 110110 | 110111 |
Color Harmonies of #CA5E4D
Complementary color
Monochromatic Colors of #CA5E4D
Black with #CA5E4D
Text Example
Text Example
White with #CA5E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E4D; }
p { color: rgb(202,94,77); }
H1.HeaderClassName
{
color: #CA5E4D;
}
.AnyTagClassName
{
color: #CA5E4D;
}
</style>
background-color css
<style>
a { background-color: #CA5E4D; }
a { background-color: rgb(202,94,77); }
div.DivClassName
{
background-color: #CA5E4D;
}
.BgClassName
{
background-color: #CA5E4D;
}
</style>
border-color css
<style>
span { border-color: #CA5E4D; }
span { border-color: rgb(202,94,77); }
td.TdClassName
{
border-color: #CA5E4D;
}
.TagClassName
{
border-color: #CA5E4D;
}
</style>