Shades of Dark Coral #CA583C
Tints of Dark Coral #CA583C
RGB
CMYK
RGB Variations
Color information
#CA583C (or 0xCA583C) is known color: Dark Coral. HEX triplet: CA, 58 and 3C. RGB value is (202,88,60). Sum of RGB (Red+Green+Blue) = 202+88+60=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA583C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA583C is #35A7C3. Grayscale: #777777. Windows color (decimal): -3516356 or 3954890. OLE color: 3954890.
HSL color Cylindrical-coordinate representation of color #CA583C: hue angle of 11.83º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA583C is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 60 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.21 |
| HSL | 11.83º | 0.57% | 0.51% | - |
| HSV(B) | 11.83º | 0.7% | 0.79% | - |
| XYZ | 28.66 | 19.86 | 6.6 | - |
| YUV | 118.89 | 94.77 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 60 | 0 | 0.56 | 0.70 | 0.21 | 11.83 | 0.57 | 0.51 |
| Hex | CA | 58 | 3C | 0 | 38 | 46 | 15 | C | 39 | 33 |
| Octal | 312 | 130 | 74 | 0 | 70 | 106 | 25 | 14 | 71 | 63 |
| Binary | 11001010 | 1011000 | 111100 | 0 | 111000 | 1000110 | 10101 | 1100 | 111001 | 110011 |
Color Harmonies of #CA583C
Complementary color
Monochromatic Colors of #CA583C
Black with #CA583C
Text Example
Text Example
White with #CA583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA583C; }
p { color: rgb(202,88,60); }
H1.HeaderClassName
{
color: #CA583C;
}
.AnyTagClassName
{
color: #CA583C;
}
</style>
background-color css
<style>
a { background-color: #CA583C; }
a { background-color: rgb(202,88,60); }
div.DivClassName
{
background-color: #CA583C;
}
.BgClassName
{
background-color: #CA583C;
}
</style>
border-color css
<style>
span { border-color: #CA583C; }
span { border-color: rgb(202,88,60); }
td.TdClassName
{
border-color: #CA583C;
}
.TagClassName
{
border-color: #CA583C;
}
</style>