Shades of Dark Coral #CA553C
Tints of Dark Coral #CA553C
RGB
CMYK
RGB Variations
Color information
#CA553C (or 0xCA553C) is known color: Dark Coral. HEX triplet: CA, 55 and 3C. RGB value is (202,85,60). Sum of RGB (Red+Green+Blue) = 202+85+60=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA553C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA553C is #35AAC3. Grayscale: #757575. Windows color (decimal): -3517124 or 3954122. OLE color: 3954122.
HSL color Cylindrical-coordinate representation of color #CA553C: hue angle of 10.56º 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 #CA553C is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 60 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.21 |
| HSL | 10.56º | 0.57% | 0.51% | - |
| HSV(B) | 10.56º | 0.7% | 0.79% | - |
| XYZ | 28.42 | 19.38 | 6.52 | - |
| YUV | 117.13 | 95.76 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 60 | 0 | 0.58 | 0.70 | 0.21 | 10.56 | 0.57 | 0.51 |
| Hex | CA | 55 | 3C | 0 | 3A | 46 | 15 | B | 39 | 33 |
| Octal | 312 | 125 | 74 | 0 | 72 | 106 | 25 | 13 | 71 | 63 |
| Binary | 11001010 | 1010101 | 111100 | 0 | 111010 | 1000110 | 10101 | 1011 | 111001 | 110011 |
Color Harmonies of #CA553C
Complementary color
Monochromatic Colors of #CA553C
Black with #CA553C
Text Example
Text Example
White with #CA553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA553C; }
p { color: rgb(202,85,60); }
H1.HeaderClassName
{
color: #CA553C;
}
.AnyTagClassName
{
color: #CA553C;
}
</style>
background-color css
<style>
a { background-color: #CA553C; }
a { background-color: rgb(202,85,60); }
div.DivClassName
{
background-color: #CA553C;
}
.BgClassName
{
background-color: #CA553C;
}
</style>
border-color css
<style>
span { border-color: #CA553C; }
span { border-color: rgb(202,85,60); }
td.TdClassName
{
border-color: #CA553C;
}
.TagClassName
{
border-color: #CA553C;
}
</style>