Shades of Dark Coral #CA5C3E
Tints of Dark Coral #CA5C3E
RGB
CMYK
RGB Variations
Color information
#CA5C3E (or 0xCA5C3E) is known color: Dark Coral. HEX triplet: CA, 5C and 3E. RGB value is (202,92,62). Sum of RGB (Red+Green+Blue) = 202+92+62=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5C3E is #35A3C1. Grayscale: #797979. Windows color (decimal): -3515330 or 4086986. OLE color: 4086986.
HSL color Cylindrical-coordinate representation of color #CA5C3E: hue angle of 12.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA5C3E is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 92 | 62 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.21 |
| HSL | 12.86º | 0.57% | 0.52% | - |
| HSV(B) | 12.86º | 0.69% | 0.79% | - |
| XYZ | 29.05 | 20.56 | 6.99 | - |
| YUV | 121.47 | 94.44 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 92 | 62 | 0 | 0.54 | 0.69 | 0.21 | 12.86 | 0.57 | 0.52 |
| Hex | CA | 5C | 3E | 0 | 36 | 45 | 15 | D | 39 | 34 |
| Octal | 312 | 134 | 76 | 0 | 66 | 105 | 25 | 15 | 71 | 64 |
| Binary | 11001010 | 1011100 | 111110 | 0 | 110110 | 1000101 | 10101 | 1101 | 111001 | 110100 |
Color Harmonies of #CA5C3E
Complementary color
Monochromatic Colors of #CA5C3E
Black with #CA5C3E
Text Example
Text Example
White with #CA5C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5C3E; }
p { color: rgb(202,92,62); }
H1.HeaderClassName
{
color: #CA5C3E;
}
.AnyTagClassName
{
color: #CA5C3E;
}
</style>
background-color css
<style>
a { background-color: #CA5C3E; }
a { background-color: rgb(202,92,62); }
div.DivClassName
{
background-color: #CA5C3E;
}
.BgClassName
{
background-color: #CA5C3E;
}
</style>
border-color css
<style>
span { border-color: #CA5C3E; }
span { border-color: rgb(202,92,62); }
td.TdClassName
{
border-color: #CA5C3E;
}
.TagClassName
{
border-color: #CA5C3E;
}
</style>