Shades of Dark Coral #CA5A43
Tints of Dark Coral #CA5A43
RGB
CMYK
RGB Variations
Color information
#CA5A43 (or 0xCA5A43) is known color: Dark Coral. HEX triplet: CA, 5A and 43. RGB value is (202,90,67). Sum of RGB (Red+Green+Blue) = 202+90+67=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5A43 is #35A5BC. Grayscale: #797979. Windows color (decimal): -3515837 or 4414154. OLE color: 4414154.
HSL color Cylindrical-coordinate representation of color #CA5A43: hue angle of 10.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA5A43 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 90 | 67 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.21 |
| HSL | 10.22º | 0.56% | 0.53% | - |
| HSV(B) | 10.22º | 0.67% | 0.79% | - |
| XYZ | 29.03 | 20.27 | 7.69 | - |
| YUV | 120.87 | 97.61 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 67 | 0 | 0.55 | 0.67 | 0.21 | 10.22 | 0.56 | 0.53 |
| Hex | CA | 5A | 43 | 0 | 37 | 43 | 15 | A | 38 | 35 |
| Octal | 312 | 132 | 103 | 0 | 67 | 103 | 25 | 12 | 70 | 65 |
| Binary | 11001010 | 1011010 | 1000011 | 0 | 110111 | 1000011 | 10101 | 1010 | 111000 | 110101 |
Color Harmonies of #CA5A43
Complementary color
Monochromatic Colors of #CA5A43
Black with #CA5A43
Text Example
Text Example
White with #CA5A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5A43; }
p { color: rgb(202,90,67); }
H1.HeaderClassName
{
color: #CA5A43;
}
.AnyTagClassName
{
color: #CA5A43;
}
</style>
background-color css
<style>
a { background-color: #CA5A43; }
a { background-color: rgb(202,90,67); }
div.DivClassName
{
background-color: #CA5A43;
}
.BgClassName
{
background-color: #CA5A43;
}
</style>
border-color css
<style>
span { border-color: #CA5A43; }
span { border-color: rgb(202,90,67); }
td.TdClassName
{
border-color: #CA5A43;
}
.TagClassName
{
border-color: #CA5A43;
}
</style>