Shades of Dark Coral #CA503F
Tints of Dark Coral #CA503F
RGB
CMYK
RGB Variations
Color information
#CA503F (or 0xCA503F) is known color: Dark Coral. HEX triplet: CA, 50 and 3F. RGB value is (202,80,63). Sum of RGB (Red+Green+Blue) = 202+80+63=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA503F is #35AFC0. Grayscale: #727272. Windows color (decimal): -3518401 or 4149450. OLE color: 4149450.
HSL color Cylindrical-coordinate representation of color #CA503F: hue angle of 7.34º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA503F is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 63 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.21 |
| HSL | 7.34º | 0.57% | 0.52% | - |
| HSV(B) | 7.34º | 0.69% | 0.79% | - |
| XYZ | 28.12 | 18.65 | 6.82 | - |
| YUV | 114.54 | 98.92 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 63 | 0 | 0.60 | 0.69 | 0.21 | 7.34 | 0.57 | 0.52 |
| Hex | CA | 50 | 3F | 0 | 3C | 45 | 15 | 7 | 39 | 34 |
| Octal | 312 | 120 | 77 | 0 | 74 | 105 | 25 | 7 | 71 | 64 |
| Binary | 11001010 | 1010000 | 111111 | 0 | 111100 | 1000101 | 10101 | 111 | 111001 | 110100 |
Color Harmonies of #CA503F
Complementary color
Monochromatic Colors of #CA503F
Black with #CA503F
Text Example
Text Example
White with #CA503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA503F; }
p { color: rgb(202,80,63); }
H1.HeaderClassName
{
color: #CA503F;
}
.AnyTagClassName
{
color: #CA503F;
}
</style>
background-color css
<style>
a { background-color: #CA503F; }
a { background-color: rgb(202,80,63); }
div.DivClassName
{
background-color: #CA503F;
}
.BgClassName
{
background-color: #CA503F;
}
</style>
border-color css
<style>
span { border-color: #CA503F; }
span { border-color: rgb(202,80,63); }
td.TdClassName
{
border-color: #CA503F;
}
.TagClassName
{
border-color: #CA503F;
}
</style>