Shades of Dark Coral #CD6549
Tints of Dark Coral #CD6549
RGB
CMYK
RGB Variations
Color information
#CD6549 (or 0xCD6549) is known color: Dark Coral. HEX triplet: CD, 65 and 49. RGB value is (205,101,73). Sum of RGB (Red+Green+Blue) = 205+101+73=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6549 is #329AB6. Grayscale: #818181. Windows color (decimal): -3316407 or 4810189. OLE color: 4810189.
HSL color Cylindrical-coordinate representation of color #CD6549: hue angle of 12.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD6549 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 101 | 73 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.20 |
| HSL | 12.73º | 0.57% | 0.55% | - |
| HSV(B) | 12.73º | 0.64% | 0.8% | - |
| XYZ | 31.03 | 22.77 | 9.06 | - |
| YUV | 128.9 | 96.46 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 101 | 73 | 0 | 0.51 | 0.64 | 0.20 | 12.73 | 0.57 | 0.55 |
| Hex | CD | 65 | 49 | 0 | 33 | 40 | 14 | D | 39 | 37 |
| Octal | 315 | 145 | 111 | 0 | 63 | 100 | 24 | 15 | 71 | 67 |
| Binary | 11001101 | 1100101 | 1001001 | 0 | 110011 | 1000000 | 10100 | 1101 | 111001 | 110111 |
Color Harmonies of #CD6549
Complementary color
Monochromatic Colors of #CD6549
Black with #CD6549
Text Example
Text Example
White with #CD6549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6549; }
p { color: rgb(205,101,73); }
H1.HeaderClassName
{
color: #CD6549;
}
.AnyTagClassName
{
color: #CD6549;
}
</style>
background-color css
<style>
a { background-color: #CD6549; }
a { background-color: rgb(205,101,73); }
div.DivClassName
{
background-color: #CD6549;
}
.BgClassName
{
background-color: #CD6549;
}
</style>
border-color css
<style>
span { border-color: #CD6549; }
span { border-color: rgb(205,101,73); }
td.TdClassName
{
border-color: #CD6549;
}
.TagClassName
{
border-color: #CD6549;
}
</style>