Shades of Dark Coral #CF6547
Tints of Dark Coral #CF6547
RGB
CMYK
RGB Variations
Color information
#CF6547 (or 0xCF6547) is known color: Dark Coral. HEX triplet: CF, 65 and 47. RGB value is (207,101,71). Sum of RGB (Red+Green+Blue) = 207+101+71=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6547 is #309AB8. Grayscale: #818181. Windows color (decimal): -3185337 or 4679119. OLE color: 4679119.
HSL color Cylindrical-coordinate representation of color #CF6547: hue angle of 13.24º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF6547 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 71 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.19 |
| HSL | 13.24º | 0.59% | 0.55% | - |
| HSV(B) | 13.24º | 0.66% | 0.81% | - |
| XYZ | 31.52 | 23.03 | 8.74 | - |
| YUV | 129.27 | 95.12 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 71 | 0 | 0.51 | 0.66 | 0.19 | 13.24 | 0.59 | 0.55 |
| Hex | CF | 65 | 47 | 0 | 33 | 42 | 13 | D | 3B | 37 |
| Octal | 317 | 145 | 107 | 0 | 63 | 102 | 23 | 15 | 73 | 67 |
| Binary | 11001111 | 1100101 | 1000111 | 0 | 110011 | 1000010 | 10011 | 1101 | 111011 | 110111 |
Color Harmonies of #CF6547
Complementary color
Monochromatic Colors of #CF6547
Black with #CF6547
Text Example
Text Example
White with #CF6547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6547; }
p { color: rgb(207,101,71); }
H1.HeaderClassName
{
color: #CF6547;
}
.AnyTagClassName
{
color: #CF6547;
}
</style>
background-color css
<style>
a { background-color: #CF6547; }
a { background-color: rgb(207,101,71); }
div.DivClassName
{
background-color: #CF6547;
}
.BgClassName
{
background-color: #CF6547;
}
</style>
border-color css
<style>
span { border-color: #CF6547; }
span { border-color: rgb(207,101,71); }
td.TdClassName
{
border-color: #CF6547;
}
.TagClassName
{
border-color: #CF6547;
}
</style>