Shades of Dark Coral #CA614A
Tints of Dark Coral #CA614A
RGB
CMYK
RGB Variations
Color information
#CA614A (or 0xCA614A) is known color: Dark Coral. HEX triplet: CA, 61 and 4A. RGB value is (202,97,74). Sum of RGB (Red+Green+Blue) = 202+97+74=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA614A is #359EB5. Grayscale: #7D7D7D. Windows color (decimal): -3514038 or 4874698. OLE color: 4874698.
HSL color Cylindrical-coordinate representation of color #CA614A: hue angle of 10.78º 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 #CA614A is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 97 | 74 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.21 |
| HSL | 10.78º | 0.55% | 0.54% | - |
| HSV(B) | 10.78º | 0.63% | 0.79% | - |
| XYZ | 29.87 | 21.6 | 9.07 | - |
| YUV | 125.77 | 98.79 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 74 | 0 | 0.52 | 0.63 | 0.21 | 10.78 | 0.55 | 0.54 |
| Hex | CA | 61 | 4A | 0 | 34 | 3F | 15 | B | 37 | 36 |
| Octal | 312 | 141 | 112 | 0 | 64 | 77 | 25 | 13 | 67 | 66 |
| Binary | 11001010 | 1100001 | 1001010 | 0 | 110100 | 111111 | 10101 | 1011 | 110111 | 110110 |
Color Harmonies of #CA614A
Complementary color
Monochromatic Colors of #CA614A
Black with #CA614A
Text Example
Text Example
White with #CA614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA614A; }
p { color: rgb(202,97,74); }
H1.HeaderClassName
{
color: #CA614A;
}
.AnyTagClassName
{
color: #CA614A;
}
</style>
background-color css
<style>
a { background-color: #CA614A; }
a { background-color: rgb(202,97,74); }
div.DivClassName
{
background-color: #CA614A;
}
.BgClassName
{
background-color: #CA614A;
}
</style>
border-color css
<style>
span { border-color: #CA614A; }
span { border-color: rgb(202,97,74); }
td.TdClassName
{
border-color: #CA614A;
}
.TagClassName
{
border-color: #CA614A;
}
</style>