Shades of Dark Coral #CA5E4A
Tints of Dark Coral #CA5E4A
RGB
CMYK
RGB Variations
Color information
#CA5E4A (or 0xCA5E4A) is known color: Dark Coral. HEX triplet: CA, 5E and 4A. RGB value is (202,94,74). Sum of RGB (Red+Green+Blue) = 202+94+74=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E4A is #35A1B5. Grayscale: #7C7C7C. Windows color (decimal): -3514806 or 4873930. OLE color: 4873930.
HSL color Cylindrical-coordinate representation of color #CA5E4A: hue angle of 9.38º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA5E4A is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 74 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.21 |
| HSL | 9.38º | 0.55% | 0.54% | - |
| HSV(B) | 9.38º | 0.63% | 0.79% | - |
| XYZ | 29.6 | 21.06 | 8.98 | - |
| YUV | 124.01 | 99.78 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 74 | 0 | 0.53 | 0.63 | 0.21 | 9.38 | 0.55 | 0.54 |
| Hex | CA | 5E | 4A | 0 | 35 | 3F | 15 | 9 | 37 | 36 |
| Octal | 312 | 136 | 112 | 0 | 65 | 77 | 25 | 11 | 67 | 66 |
| Binary | 11001010 | 1011110 | 1001010 | 0 | 110101 | 111111 | 10101 | 1001 | 110111 | 110110 |
Color Harmonies of #CA5E4A
Complementary color
Monochromatic Colors of #CA5E4A
Black with #CA5E4A
Text Example
Text Example
White with #CA5E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E4A; }
p { color: rgb(202,94,74); }
H1.HeaderClassName
{
color: #CA5E4A;
}
.AnyTagClassName
{
color: #CA5E4A;
}
</style>
background-color css
<style>
a { background-color: #CA5E4A; }
a { background-color: rgb(202,94,74); }
div.DivClassName
{
background-color: #CA5E4A;
}
.BgClassName
{
background-color: #CA5E4A;
}
</style>
border-color css
<style>
span { border-color: #CA5E4A; }
span { border-color: rgb(202,94,74); }
td.TdClassName
{
border-color: #CA5E4A;
}
.TagClassName
{
border-color: #CA5E4A;
}
</style>