Shades of Dark Coral #CA624A
Tints of Dark Coral #CA624A
RGB
CMYK
RGB Variations
Color information
#CA624A (or 0xCA624A) is known color: Dark Coral. HEX triplet: CA, 62 and 4A. RGB value is (202,98,74). Sum of RGB (Red+Green+Blue) = 202+98+74=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA624A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA624A is #359DB5. Grayscale: #7E7E7E. Windows color (decimal): -3513782 or 4874954. OLE color: 4874954.
HSL color Cylindrical-coordinate representation of color #CA624A: hue angle of 11.25º 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 #CA624A is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 98 | 74 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.21 |
| HSL | 11.25º | 0.55% | 0.54% | - |
| HSV(B) | 11.25º | 0.63% | 0.79% | - |
| XYZ | 29.96 | 21.79 | 9.1 | - |
| YUV | 126.36 | 98.46 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 74 | 0 | 0.51 | 0.63 | 0.21 | 11.25 | 0.55 | 0.54 |
| Hex | CA | 62 | 4A | 0 | 33 | 3F | 15 | B | 37 | 36 |
| Octal | 312 | 142 | 112 | 0 | 63 | 77 | 25 | 13 | 67 | 66 |
| Binary | 11001010 | 1100010 | 1001010 | 0 | 110011 | 111111 | 10101 | 1011 | 110111 | 110110 |
Color Harmonies of #CA624A
Complementary color
Monochromatic Colors of #CA624A
Black with #CA624A
Text Example
Text Example
White with #CA624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA624A; }
p { color: rgb(202,98,74); }
H1.HeaderClassName
{
color: #CA624A;
}
.AnyTagClassName
{
color: #CA624A;
}
</style>
background-color css
<style>
a { background-color: #CA624A; }
a { background-color: rgb(202,98,74); }
div.DivClassName
{
background-color: #CA624A;
}
.BgClassName
{
background-color: #CA624A;
}
</style>
border-color css
<style>
span { border-color: #CA624A; }
span { border-color: rgb(202,98,74); }
td.TdClassName
{
border-color: #CA624A;
}
.TagClassName
{
border-color: #CA624A;
}
</style>