Shades of Dark Coral #CA5D44
Tints of Dark Coral #CA5D44
RGB
CMYK
RGB Variations
Color information
#CA5D44 (or 0xCA5D44) is known color: Dark Coral. HEX triplet: CA, 5D and 44. RGB value is (202,93,68). Sum of RGB (Red+Green+Blue) = 202+93+68=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5D44 is #35A2BB. Grayscale: #7A7A7A. Windows color (decimal): -3515068 or 4480458. OLE color: 4480458.
HSL color Cylindrical-coordinate representation of color #CA5D44: hue angle of 11.19º 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 #CA5D44 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 68 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.21 |
| HSL | 11.19º | 0.56% | 0.53% | - |
| HSV(B) | 11.19º | 0.66% | 0.79% | - |
| XYZ | 29.31 | 20.8 | 7.94 | - |
| YUV | 122.74 | 97.11 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 68 | 0 | 0.54 | 0.66 | 0.21 | 11.19 | 0.56 | 0.53 |
| Hex | CA | 5D | 44 | 0 | 36 | 42 | 15 | B | 38 | 35 |
| Octal | 312 | 135 | 104 | 0 | 66 | 102 | 25 | 13 | 70 | 65 |
| Binary | 11001010 | 1011101 | 1000100 | 0 | 110110 | 1000010 | 10101 | 1011 | 111000 | 110101 |
Color Harmonies of #CA5D44
Complementary color
Monochromatic Colors of #CA5D44
Black with #CA5D44
Text Example
Text Example
White with #CA5D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5D44; }
p { color: rgb(202,93,68); }
H1.HeaderClassName
{
color: #CA5D44;
}
.AnyTagClassName
{
color: #CA5D44;
}
</style>
background-color css
<style>
a { background-color: #CA5D44; }
a { background-color: rgb(202,93,68); }
div.DivClassName
{
background-color: #CA5D44;
}
.BgClassName
{
background-color: #CA5D44;
}
</style>
border-color css
<style>
span { border-color: #CA5D44; }
span { border-color: rgb(202,93,68); }
td.TdClassName
{
border-color: #CA5D44;
}
.TagClassName
{
border-color: #CA5D44;
}
</style>