Shades of Dark Coral #CA5C3F
Tints of Dark Coral #CA5C3F
RGB
CMYK
RGB Variations
Color information
#CA5C3F (or 0xCA5C3F) is known color: Dark Coral. HEX triplet: CA, 5C and 3F. RGB value is (202,92,63). Sum of RGB (Red+Green+Blue) = 202+92+63=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5C3F is #35A3C0. Grayscale: #797979. Windows color (decimal): -3515329 or 4152522. OLE color: 4152522.
HSL color Cylindrical-coordinate representation of color #CA5C3F: hue angle of 12.52º 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 #CA5C3F is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 92 | 63 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.21 |
| HSL | 12.52º | 0.57% | 0.52% | - |
| HSV(B) | 12.52º | 0.69% | 0.79% | - |
| XYZ | 29.08 | 20.57 | 7.14 | - |
| YUV | 121.58 | 94.94 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 92 | 63 | 0 | 0.54 | 0.69 | 0.21 | 12.52 | 0.57 | 0.52 |
| Hex | CA | 5C | 3F | 0 | 36 | 45 | 15 | D | 39 | 34 |
| Octal | 312 | 134 | 77 | 0 | 66 | 105 | 25 | 15 | 71 | 64 |
| Binary | 11001010 | 1011100 | 111111 | 0 | 110110 | 1000101 | 10101 | 1101 | 111001 | 110100 |
Color Harmonies of #CA5C3F
Complementary color
Monochromatic Colors of #CA5C3F
Black with #CA5C3F
Text Example
Text Example
White with #CA5C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5C3F; }
p { color: rgb(202,92,63); }
H1.HeaderClassName
{
color: #CA5C3F;
}
.AnyTagClassName
{
color: #CA5C3F;
}
</style>
background-color css
<style>
a { background-color: #CA5C3F; }
a { background-color: rgb(202,92,63); }
div.DivClassName
{
background-color: #CA5C3F;
}
.BgClassName
{
background-color: #CA5C3F;
}
</style>
border-color css
<style>
span { border-color: #CA5C3F; }
span { border-color: rgb(202,92,63); }
td.TdClassName
{
border-color: #CA5C3F;
}
.TagClassName
{
border-color: #CA5C3F;
}
</style>