Shades of Dark Coral #CA604A
Tints of Dark Coral #CA604A
RGB
CMYK
RGB Variations
Color information
#CA604A (or 0xCA604A) is known color: Dark Coral. HEX triplet: CA, 60 and 4A. RGB value is (202,96,74). Sum of RGB (Red+Green+Blue) = 202+96+74=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA604A is #359FB5. Grayscale: #7D7D7D. Windows color (decimal): -3514294 or 4874442. OLE color: 4874442.
HSL color Cylindrical-coordinate representation of color #CA604A: hue angle of 10.31º 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 #CA604A is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 74 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.21 |
| HSL | 10.31º | 0.55% | 0.54% | - |
| HSV(B) | 10.31º | 0.63% | 0.79% | - |
| XYZ | 29.78 | 21.42 | 9.04 | - |
| YUV | 125.19 | 99.12 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 74 | 0 | 0.52 | 0.63 | 0.21 | 10.31 | 0.55 | 0.54 |
| Hex | CA | 60 | 4A | 0 | 34 | 3F | 15 | A | 37 | 36 |
| Octal | 312 | 140 | 112 | 0 | 64 | 77 | 25 | 12 | 67 | 66 |
| Binary | 11001010 | 1100000 | 1001010 | 0 | 110100 | 111111 | 10101 | 1010 | 110111 | 110110 |
Color Harmonies of #CA604A
Complementary color
Monochromatic Colors of #CA604A
Black with #CA604A
Text Example
Text Example
White with #CA604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA604A; }
p { color: rgb(202,96,74); }
H1.HeaderClassName
{
color: #CA604A;
}
.AnyTagClassName
{
color: #CA604A;
}
</style>
background-color css
<style>
a { background-color: #CA604A; }
a { background-color: rgb(202,96,74); }
div.DivClassName
{
background-color: #CA604A;
}
.BgClassName
{
background-color: #CA604A;
}
</style>
border-color css
<style>
span { border-color: #CA604A; }
span { border-color: rgb(202,96,74); }
td.TdClassName
{
border-color: #CA604A;
}
.TagClassName
{
border-color: #CA604A;
}
</style>