Shades of Dark Coral #CA5345
Tints of Dark Coral #CA5345
RGB
CMYK
RGB Variations
Color information
#CA5345 (or 0xCA5345) is known color: Dark Coral. HEX triplet: CA, 53 and 45. RGB value is (202,83,69). Sum of RGB (Red+Green+Blue) = 202+83+69=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5345 is #35ACBA. Grayscale: #757575. Windows color (decimal): -3517627 or 4543434. OLE color: 4543434.
HSL color Cylindrical-coordinate representation of color #CA5345: hue angle of 6.32º 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 #CA5345 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 69 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.21 |
| HSL | 6.32º | 0.56% | 0.53% | - |
| HSV(B) | 6.32º | 0.66% | 0.79% | - |
| XYZ | 28.52 | 19.17 | 7.83 | - |
| YUV | 116.99 | 100.92 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 69 | 0 | 0.59 | 0.66 | 0.21 | 6.32 | 0.56 | 0.53 |
| Hex | CA | 53 | 45 | 0 | 3B | 42 | 15 | 6 | 38 | 35 |
| Octal | 312 | 123 | 105 | 0 | 73 | 102 | 25 | 6 | 70 | 65 |
| Binary | 11001010 | 1010011 | 1000101 | 0 | 111011 | 1000010 | 10101 | 110 | 111000 | 110101 |
Color Harmonies of #CA5345
Complementary color
Monochromatic Colors of #CA5345
Black with #CA5345
Text Example
Text Example
White with #CA5345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5345; }
p { color: rgb(202,83,69); }
H1.HeaderClassName
{
color: #CA5345;
}
.AnyTagClassName
{
color: #CA5345;
}
</style>
background-color css
<style>
a { background-color: #CA5345; }
a { background-color: rgb(202,83,69); }
div.DivClassName
{
background-color: #CA5345;
}
.BgClassName
{
background-color: #CA5345;
}
</style>
border-color css
<style>
span { border-color: #CA5345; }
span { border-color: rgb(202,83,69); }
td.TdClassName
{
border-color: #CA5345;
}
.TagClassName
{
border-color: #CA5345;
}
</style>