Shades of Dark Coral #CA5E44
Tints of Dark Coral #CA5E44
RGB
CMYK
RGB Variations
Color information
#CA5E44 (or 0xCA5E44) is known color: Dark Coral. HEX triplet: CA, 5E and 44. RGB value is (202,94,68). Sum of RGB (Red+Green+Blue) = 202+94+68=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E44 is #35A1BB. Grayscale: #7B7B7B. Windows color (decimal): -3514812 or 4480714. OLE color: 4480714.
HSL color Cylindrical-coordinate representation of color #CA5E44: hue angle of 11.64º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA5E44 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 68 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.21 |
| HSL | 11.64º | 0.56% | 0.53% | - |
| HSV(B) | 11.64º | 0.66% | 0.79% | - |
| XYZ | 29.4 | 20.98 | 7.97 | - |
| YUV | 123.33 | 96.78 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 68 | 0 | 0.53 | 0.66 | 0.21 | 11.64 | 0.56 | 0.53 |
| Hex | CA | 5E | 44 | 0 | 35 | 42 | 15 | C | 38 | 35 |
| Octal | 312 | 136 | 104 | 0 | 65 | 102 | 25 | 14 | 70 | 65 |
| Binary | 11001010 | 1011110 | 1000100 | 0 | 110101 | 1000010 | 10101 | 1100 | 111000 | 110101 |
Color Harmonies of #CA5E44
Complementary color
Monochromatic Colors of #CA5E44
Black with #CA5E44
Text Example
Text Example
White with #CA5E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E44; }
p { color: rgb(202,94,68); }
H1.HeaderClassName
{
color: #CA5E44;
}
.AnyTagClassName
{
color: #CA5E44;
}
</style>
background-color css
<style>
a { background-color: #CA5E44; }
a { background-color: rgb(202,94,68); }
div.DivClassName
{
background-color: #CA5E44;
}
.BgClassName
{
background-color: #CA5E44;
}
</style>
border-color css
<style>
span { border-color: #CA5E44; }
span { border-color: rgb(202,94,68); }
td.TdClassName
{
border-color: #CA5E44;
}
.TagClassName
{
border-color: #CA5E44;
}
</style>