Shades of Dark Coral #CA6344
Tints of Dark Coral #CA6344
RGB
CMYK
RGB Variations
Color information
#CA6344 (or 0xCA6344) is known color: Dark Coral. HEX triplet: CA, 63 and 44. RGB value is (202,99,68). Sum of RGB (Red+Green+Blue) = 202+99+68=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6344 is #359CBB. Grayscale: #7E7E7E. Windows color (decimal): -3513532 or 4481994. OLE color: 4481994.
HSL color Cylindrical-coordinate representation of color #CA6344: hue angle of 13.88º 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 #CA6344 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 68 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.21 |
| HSL | 13.88º | 0.56% | 0.53% | - |
| HSV(B) | 13.88º | 0.66% | 0.79% | - |
| XYZ | 29.86 | 21.9 | 8.12 | - |
| YUV | 126.26 | 95.12 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 68 | 0 | 0.51 | 0.66 | 0.21 | 13.88 | 0.56 | 0.53 |
| Hex | CA | 63 | 44 | 0 | 33 | 42 | 15 | E | 38 | 35 |
| Octal | 312 | 143 | 104 | 0 | 63 | 102 | 25 | 16 | 70 | 65 |
| Binary | 11001010 | 1100011 | 1000100 | 0 | 110011 | 1000010 | 10101 | 1110 | 111000 | 110101 |
Color Harmonies of #CA6344
Complementary color
Monochromatic Colors of #CA6344
Black with #CA6344
Text Example
Text Example
White with #CA6344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6344; }
p { color: rgb(202,99,68); }
H1.HeaderClassName
{
color: #CA6344;
}
.AnyTagClassName
{
color: #CA6344;
}
</style>
background-color css
<style>
a { background-color: #CA6344; }
a { background-color: rgb(202,99,68); }
div.DivClassName
{
background-color: #CA6344;
}
.BgClassName
{
background-color: #CA6344;
}
</style>
border-color css
<style>
span { border-color: #CA6344; }
span { border-color: rgb(202,99,68); }
td.TdClassName
{
border-color: #CA6344;
}
.TagClassName
{
border-color: #CA6344;
}
</style>