Shades of Dark Coral #D65C46
Tints of Dark Coral #D65C46
RGB
CMYK
RGB Variations
Color information
#D65C46 (or 0xD65C46) is known color: Dark Coral. HEX triplet: D6, 5C and 46. RGB value is (214,92,70). Sum of RGB (Red+Green+Blue) = 214+92+70=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65C46 is #29A3B9. Grayscale: #7E7E7E. Windows color (decimal): -2728890 or 4611286. OLE color: 4611286.
HSL color Cylindrical-coordinate representation of color #D65C46: hue angle of 9.17º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D65C46 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 70 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.16 |
| HSL | 9.17º | 0.64% | 0.56% | - |
| HSV(B) | 9.17º | 0.67% | 0.84% | - |
| XYZ | 32.66 | 22.39 | 8.39 | - |
| YUV | 125.97 | 96.42 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 70 | 0 | 0.57 | 0.67 | 0.16 | 9.17 | 0.64 | 0.56 |
| Hex | D6 | 5C | 46 | 0 | 39 | 43 | 10 | 9 | 40 | 38 |
| Octal | 326 | 134 | 106 | 0 | 71 | 103 | 20 | 11 | 100 | 70 |
| Binary | 11010110 | 1011100 | 1000110 | 0 | 111001 | 1000011 | 10000 | 1001 | 1000000 | 111000 |
Color Harmonies of #D65C46
Complementary color
Monochromatic Colors of #D65C46
Black with #D65C46
Text Example
Text Example
White with #D65C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65C46; }
p { color: rgb(214,92,70); }
H1.HeaderClassName
{
color: #D65C46;
}
.AnyTagClassName
{
color: #D65C46;
}
</style>
background-color css
<style>
a { background-color: #D65C46; }
a { background-color: rgb(214,92,70); }
div.DivClassName
{
background-color: #D65C46;
}
.BgClassName
{
background-color: #D65C46;
}
</style>
border-color css
<style>
span { border-color: #D65C46; }
span { border-color: rgb(214,92,70); }
td.TdClassName
{
border-color: #D65C46;
}
.TagClassName
{
border-color: #D65C46;
}
</style>