Shades of Dark Coral #CA5E4C
Tints of Dark Coral #CA5E4C
RGB
CMYK
RGB Variations
Color information
#CA5E4C (or 0xCA5E4C) is known color: Dark Coral. HEX triplet: CA, 5E and 4C. RGB value is (202,94,76). Sum of RGB (Red+Green+Blue) = 202+94+76=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E4C is #35A1B3. Grayscale: #7C7C7C. Windows color (decimal): -3514804 or 5005002. OLE color: 5005002.
HSL color Cylindrical-coordinate representation of color #CA5E4C: hue angle of 8.57º 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 #CA5E4C is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 76 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.21 |
| HSL | 8.57º | 0.54% | 0.55% | - |
| HSV(B) | 8.57º | 0.62% | 0.79% | - |
| XYZ | 29.66 | 21.08 | 9.34 | - |
| YUV | 124.24 | 100.78 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 76 | 0 | 0.53 | 0.62 | 0.21 | 8.57 | 0.54 | 0.55 |
| Hex | CA | 5E | 4C | 0 | 35 | 3E | 15 | 9 | 36 | 37 |
| Octal | 312 | 136 | 114 | 0 | 65 | 76 | 25 | 11 | 66 | 67 |
| Binary | 11001010 | 1011110 | 1001100 | 0 | 110101 | 111110 | 10101 | 1001 | 110110 | 110111 |
Color Harmonies of #CA5E4C
Complementary color
Monochromatic Colors of #CA5E4C
Black with #CA5E4C
Text Example
Text Example
White with #CA5E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E4C; }
p { color: rgb(202,94,76); }
H1.HeaderClassName
{
color: #CA5E4C;
}
.AnyTagClassName
{
color: #CA5E4C;
}
</style>
background-color css
<style>
a { background-color: #CA5E4C; }
a { background-color: rgb(202,94,76); }
div.DivClassName
{
background-color: #CA5E4C;
}
.BgClassName
{
background-color: #CA5E4C;
}
</style>
border-color css
<style>
span { border-color: #CA5E4C; }
span { border-color: rgb(202,94,76); }
td.TdClassName
{
border-color: #CA5E4C;
}
.TagClassName
{
border-color: #CA5E4C;
}
</style>